]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
with-zlib should be auto but forced on by default for developers
authorMark Andrews <marka@isc.org>
Wed, 2 Mar 2016 01:33:36 +0000 (12:33 +1100)
committerMark Andrews <marka@isc.org>
Wed, 2 Mar 2016 01:33:36 +0000 (12:33 +1100)
configure
configure.in

index 38787be92b484e639e25aa5928f70e9c0f456cce..fbdb2b77cbe8ec84f6b16d12d46277f4c2b43826 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
 
 
index b0523bb4e2b20efbebc61a68fc803489f039c11a..ea1023f68166f053f4b1a327a9018c94589eb7f7 100644 (file)
@@ -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