mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
It's *solaris2.x* not *solaris-2.x*.
This commit is contained in:
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||||
AC_DIVERT_POP()dnl
|
AC_DIVERT_POP()dnl
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.295 $)
|
AC_REVISION($Revision: 1.296 $)
|
||||||
|
|
||||||
AC_INIT(lib/dns/name.c)
|
AC_INIT(lib/dns/name.c)
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
@@ -434,11 +434,11 @@ AC_MSG_CHECKING(whether to build with thread support)
|
|||||||
case $host in
|
case $host in
|
||||||
*-dec-osf*)
|
*-dec-osf*)
|
||||||
use_threads=true ;;
|
use_threads=true ;;
|
||||||
[*-solaris-2[0-6]])
|
[*-solaris2.[0-6]])
|
||||||
# Thread signals are broken on Solaris 2.6; they are sometimes
|
# Thread signals are broken on Solaris 2.6; they are sometimes
|
||||||
# delivered to the wrong thread.
|
# delivered to the wrong thread.
|
||||||
use_threads=false ;;
|
use_threads=false ;;
|
||||||
*-solaris-2*)
|
*-solaris*)
|
||||||
use_threads=true ;;
|
use_threads=true ;;
|
||||||
*-ibm-aix*)
|
*-ibm-aix*)
|
||||||
use_threads=true ;;
|
use_threads=true ;;
|
||||||
|
Reference in New Issue
Block a user