disable threads on *-hp-hpux10*

This commit is contained in:
Andreas Gustafsson
2001-07-17 23:45:19 +00:00
parent 8b8812c41d
commit 6ef891fbe9
2 changed files with 254 additions and 250 deletions

498
configure vendored

File diff suppressed because it is too large Load Diff

View 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.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 ;;