From 1f58d4917dbc19e93a0ecc3499589a08fa42f0de Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 8 Aug 2002 09:11: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 41713d2564..f4db3a4dcf 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index bb56f52868..f6020db4ab 100644 --- a/configure.in +++ b/configure.in @@ -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