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