]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Mon, 10 Sep 2001 18:59:31 +0000 (18:59 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 10 Sep 2001 18:59:31 +0000 (18:59 +0000)
It's *solaris2.x* not *solaris-2.x*

configure.in

index e9a1987079db6a766e87b4dfaafcc06996d2d7fb..41d37baa2b8f73a2dcba94944e392696cc4ec4ad 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.294 $)
+AC_REVISION($Revision: 1.294.2.1 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -434,11 +434,11 @@ AC_MSG_CHECKING(whether to build with thread support)
 case $host in
 *-dec-osf*)
        use_threads=true ;;
-[*-solaris-2[0-6]])
+[*-solaris2.[0-6]])
        # Thread signals are broken on Solaris 2.6; they are sometimes
        # delivered to the wrong thread.
        use_threads=false ;;
-*-solaris-2*)
+*-solaris*)
        use_threads=true ;;
 *-ibm-aix*)
        use_threads=true ;;