2
0
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:
Mark Andrews 2002-08-08 09:16:19 +00:00
parent 311e6d00c5
commit b1070fe55c
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -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

View File

@ -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