]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen v9_11
authorTinderbox User <tbox@isc.org>
Tue, 28 Nov 2017 01:14:28 +0000 (01:14 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 28 Nov 2017 01:14:28 +0000 (01:14 +0000)
OPTIONS
configure

diff --git a/OPTIONS b/OPTIONS
index 0d3e1af2d47b7645db3f1d2543e4a6f48bc29d89..033cc517fe15c93f986186e6305b9b696d7886cf 100644 (file)
--- a/OPTIONS
+++ b/OPTIONS
@@ -25,5 +25,6 @@ Setting                   Description
                           Increase the maximum number of configurable
 -DNS_RPZ_MAX_ZONES=64     response policy zones from 32 to 64; this is the
                           highest possible setting
--DISC_HEAP_CHECK          Test heap consistency after every heap operation;
-                          used when debugging
+-DISC_HEAP_CHECK          Test heap consistency after every heap
+                          operation; used when debugging
+
index ddd596bc0548998b9618f05d22872596d0995400..54d3f55f67416a0cd375313a22e750641223bfdd 100755 (executable)
--- a/configure
+++ b/configure
@@ -22959,7 +22959,11 @@ else
 fi
 
 
-for ac_prog in mysql_config
+mysql_include=""
+mysql_lib=""
+if test "$use_dlz_mysql" = "yes"
+then
+       for ac_prog in mysql_config
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
   test -n "$MYSQL_CONFIG" && break
 done
 
-
-mysql_include=""
-mysql_lib=""
-if test "$use_dlz_mysql" = "yes"
-then
        if test -n "$MYSQL_CONFIG"
        then
                mysql_include=`${MYSQL_CONFIG} --include`