mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 04:50:50 -05:00
Solaris 9 needs hack_shutup_pthreadonceinit
This commit is contained in:
parent
2cca217a44
commit
1f58d4917d
2 changed files with 4 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.294.2.15 .
|
||||
# From configure.in Revision: 1.294.2.16 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
|
|
@ -12588,7 +12588,7 @@ case "$host" in
|
|||
*-bsdi4[12]*)
|
||||
hack_shutup_stdargcast=yes
|
||||
;;
|
||||
*-solaris2.8)
|
||||
*-solaris2.[89])
|
||||
hack_shutup_pthreadonceinit=yes
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
AC_REVISION($Revision: 1.294.2.15 $)
|
||||
AC_REVISION($Revision: 1.294.2.16 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -1542,7 +1542,7 @@ case "$host" in
|
|||
[*-bsdi4[12]*])
|
||||
hack_shutup_stdargcast=yes
|
||||
;;
|
||||
*-solaris2.8)
|
||||
[*-solaris2.[89]])
|
||||
hack_shutup_pthreadonceinit=yes
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue