Solaris 9 needs hack_shutup_pthreadonceinit

This commit is contained in:
Mark Andrews 2002-08-08 09:11:19 +00:00
parent 2cca217a44
commit 1f58d4917d
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.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

View file

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