From: Mark Andrews Date: Fri, 2 Nov 2018 02:09:04 +0000 (+1100) Subject: regen X-Git-Tag: v9.13.4~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94bd140e3c94cfff9c849ca796b361e37705d4a;p=thirdparty%2Fbind9.git regen --- diff --git a/configure b/configure index 4608e44aa62..a42f016212c 100755 --- a/configure +++ b/configure @@ -23969,7 +23969,7 @@ report() { echo " DNS Response Policy Service interface (--enable-dnsrps)" test "yes" = "$enable_fixed" && \ echo " Allow 'fixed' rrset-order (--enable-fixed-rrset)" - test "yes" = "$want_backtrace" && \ + test "yes" = "$enable_backtrace" && \ echo " Print backtrace on crash (--enable-backtrace)" test "minimal" = "$want_symtable" && \ echo " Use symbol table for backtrace, named only (--enable-symtable)" @@ -24027,7 +24027,7 @@ report() { echo " Using PKCS#11 for Public-Key Cryptography (--without-native-pkcs11)" ) - test "yes" = "$want_backtrace" || \ + test "yes" = "$enable_backtrace" || \ echo " Print backtrace on crash (--enable-backtrace)" test "yes" = "$want_querytrace" || \ echo " Very verbose query trace logging (--enable-querytrace)"