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

print --disable-threads in --help, not --enable-threads

This commit is contained in:
Brian Wellington 2001-01-06 00:48:10 +00:00
parent 473af33183
commit 23f7ed0b0c
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# From configure.in Revision: 1.208
# From configure.in Revision: 1.209
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
@ -136,7 +136,7 @@ ac_help="$ac_help
ac_help="$ac_help
--with-randomdev=PATH Specify path for random device"
ac_help="$ac_help
--enable-threads use multithreading"
--disable-threads disable multithreading"
ac_help="$ac_help
--with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
ac_help="$ac_help

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.208 $)
AC_REVISION($Revision: 1.209 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
@ -311,7 +311,7 @@ AC_HEADER_TIME
#
AC_MSG_CHECKING(whether to look for thread support)
AC_ARG_ENABLE(threads,
[ --enable-threads use multithreading])
[ --disable-threads disable multithreading])
case "$enable_threads" in
yes|'')
AC_MSG_RESULT(yes)