2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

2506. [port] solaris: Check at configure time if

hack_shutup_pthreadonceinit is needed. [RT #19037]
This commit is contained in:
Mark Andrews
2008-12-08 04:50:52 +00:00
parent 2e61d171bc
commit 9908cbc06f
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
2506. [port] solaris: Check at configure time if
hack_shutup_pthreadonceinit is needed. [RT #19037]
2505. [port] Treat amd64 similarly to x86_64 when determining
atomic operation support. [RT #19031]

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.460 $)
AC_REVISION($Revision: 1.461 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
@@ -2131,7 +2131,7 @@ case "$host" in
hack_shutup_pthreadonceinit=yes
;;
*-solaris2.1[[0-9]])
hack_shutup_pthreadonceinit=yes
AC_TRY_COMPILE([ #include <pthread.h> ], [ static pthread_once_t once_test = { PTHREAD_ONCE_INIT }; ], [hack_shutup_pthreadonceinit=yes], )
;;
esac