From: Tinderbox User Date: Tue, 28 Nov 2017 01:14:28 +0000 (+0000) Subject: regen v9_11 X-Git-Tag: v9.11.3b1~145 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=68d0eb598d68209cc2a22617efe76a9742b6351e;p=thirdparty%2Fbind9.git regen v9_11 --- diff --git a/OPTIONS b/OPTIONS index 0d3e1af2d47..033cc517fe1 100644 --- 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 + diff --git a/configure b/configure index ddd596bc054..54d3f55f674 100755 --- 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 @@ -23001,11 +23005,6 @@ fi 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`