]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove cruft remaining from sanitizing away nonthreaded version
authorBrian Wellington <source@isc.org>
Fri, 22 Dec 2000 20:06:48 +0000 (20:06 +0000)
committerBrian Wellington <source@isc.org>
Fri, 22 Dec 2000 20:06:48 +0000 (20:06 +0000)
configure.in

index 611b1384b7c6e240de1ff1197c6f9345393ad062..2b8208060b2e08c13afc35153427b84ef7b7a5bd 100644 (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"])