From: Brian Wellington Date: Fri, 22 Dec 2000 20:06:48 +0000 (+0000) Subject: remove cruft remaining from sanitizing away nonthreaded version X-Git-Tag: v9.1.0b2~38 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=99d731dbbe5327a2fa07aa3b9682393b6794e013;p=thirdparty%2Fbind9.git remove cruft remaining from sanitizing away nonthreaded version --- diff --git a/configure.in b/configure.in index 611b1384b7c..2b8208060b2 100644 --- a/configure.in +++ b/configure.in @@ -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"])