mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
with-zlib should be auto but forced on by default for developers
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -11463,6 +11463,7 @@ yes)
|
||||
test "${enable_symtable+set}" = set || enable_symtable=all
|
||||
test "${enable_warn_error+set}" = set || enable_warn_error=yes
|
||||
test "${enable_warn_shadow+set}" = set || enable_warn_shadow=yes
|
||||
test "${with_zlib+set}" = set || with_zlib=yes
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -16758,7 +16759,7 @@ $as_echo_n "checking for zlib library... " >&6; }
|
||||
if test "${with_zlib+set}" = set; then :
|
||||
withval=$with_zlib; use_zlib="$withval"
|
||||
else
|
||||
use_zlib="yes"
|
||||
use_zlib="auto"
|
||||
fi
|
||||
|
||||
|
||||
|
@@ -93,6 +93,7 @@ yes)
|
||||
test "${enable_symtable+set}" = set || enable_symtable=all
|
||||
test "${enable_warn_error+set}" = set || enable_warn_error=yes
|
||||
test "${enable_warn_shadow+set}" = set || enable_warn_shadow=yes
|
||||
test "${with_zlib+set}" = set || with_zlib=yes
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -2213,7 +2214,7 @@ AC_SUBST(JSONSTATS)
|
||||
AC_MSG_CHECKING(for zlib library)
|
||||
AC_ARG_WITH(zlib,
|
||||
[ --with-zlib[=PATH] build with zlib for HTTP compression [[default=yes]] ],
|
||||
use_zlib="$withval", use_zlib="yes")
|
||||
use_zlib="$withval", use_zlib="auto")
|
||||
|
||||
have_zlib=""
|
||||
case "$use_zlib" in
|
||||
|
Reference in New Issue
Block a user