]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Solaris 9 needs hack_shutup_pthreadonceinit
authorMark Andrews <marka@isc.org>
Thu, 8 Aug 2002 09:11:19 +0000 (09:11 +0000)
committerMark Andrews <marka@isc.org>
Thu, 8 Aug 2002 09:11:19 +0000 (09:11 +0000)
configure
configure.in

index 41713d2564127c06cb5a9686d6e767dfbdb6bca2..f4db3a4dcfb0c7bb05df8465fbc0363e76062067 100755 (executable)
--- 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
index bb56f52868ce75915b2fb6e7948e5cbf746b3b34..f6020db4ab17828250a3ad4e66bb4e15bf974a3b 100644 (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