mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 06:02:52 -04:00
disable threads on *-hp-hpux10*
This commit is contained in:
parent
8b8812c41d
commit
6ef891fbe9
2 changed files with 254 additions and 250 deletions
|
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.281 $)
|
||||
AC_REVISION($Revision: 1.282 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -435,7 +435,9 @@ case $host in
|
|||
use_threads=true ;;
|
||||
*-ibm-aix*)
|
||||
use_threads=true ;;
|
||||
*-hp-hpux*)
|
||||
*-hp-hpux10*)
|
||||
use_threads=false ;;
|
||||
*-hp-hpux11*)
|
||||
use_threads=true ;;
|
||||
*-sgi-irix*)
|
||||
use_threads=true ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue