2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

remove cruft remaining from sanitizing away nonthreaded version

This commit is contained in:
Brian Wellington 2000-12-22 20:06:48 +00:00
parent 0ad8ee89c5
commit 99d731dbbe

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.198 $)
AC_REVISION($Revision: 1.199 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
@ -141,11 +141,7 @@ case "$enable_threads" in
no)
AC_MSG_RESULT(no)
use_threads=false
#ifdef ISC_PLATFORM_USETHREADS
ISC_PLATFORM_USETHREADS="#undef ISC_PLATFORM_USETHREADS"
#else /* ISC_PLATFORM_USETHREADS */
#+ AC_MSG_ERROR(["--enable-threads is not implemented"])
#endif /* ISC_PLATFORM_USETHREADS */
;;
*)
AC_MSG_ERROR(["--enable-threads takes yes or no"])