From b1070fe55c8864ef24a479a6c40d1776f35c2593 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 8 Aug 2002 09:16:19 +0000 Subject: [PATCH] Solaris 9 needs hack_shutup_pthreadonceinit --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 2cbafa2b71..3e8320934e 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index f2c2da7ae8..a38c996abd 100644 --- a/configure.in +++ b/configure.in @@ -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