mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 21:17:54 +00:00
Solaris 9 needs hack_shutup_pthreadonceinit
This commit is contained in:
parent
311e6d00c5
commit
b1070fe55c
4
configure
vendored
4
configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Revision: 1.329 .
|
||||
# From configure.in Revision: 1.330 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
@ -13148,7 +13148,7 @@ case "$host" in
|
||||
*-bsdi4.[12]*)
|
||||
hack_shutup_stdargcast=yes
|
||||
;;
|
||||
*-solaris2.8)
|
||||
*-solaris2.[89])
|
||||
hack_shutup_pthreadonceinit=yes
|
||||
;;
|
||||
esac
|
||||
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.329 $)
|
||||
AC_REVISION($Revision: 1.330 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
@ -1641,7 +1641,7 @@ case "$host" in
|
||||
[*-bsdi4.[12]*])
|
||||
hack_shutup_stdargcast=yes
|
||||
;;
|
||||
*-solaris2.8)
|
||||
[*-solaris2.[89]])
|
||||
hack_shutup_pthreadonceinit=yes
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user