]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove debugging sets
authorMark Andrews <marka@isc.org>
Thu, 24 Oct 2013 23:15:50 +0000 (10:15 +1100)
committerMark Andrews <marka@isc.org>
Thu, 24 Oct 2013 23:15:50 +0000 (10:15 +1100)
configure
configure.in

index e50e85f22ec2827750049fb679e30ac34db1f89e..624b014569ae13473c51e482269cb6777a7f6f46 100755 (executable)
--- a/configure
+++ b/configure
@@ -15064,7 +15064,6 @@ esac
 # Only check dsa signature generation on these platforms when performing
 # system tests.
 #
-set -x
 CHECK_DSA=0
 if grep "#define PATH_RANDOMDEV " confdefs.h > /dev/null
 then
@@ -15075,7 +15074,6 @@ then
        esac
 fi
 
-set -
 
 #
 # Do we have arc4random() ?
index a90de0fda169aef3a67a4acacfea5b5dcb2b9119..a9fec46ad51057621d3423d2b6d3acf169e8f8a7 100644 (file)
@@ -1306,7 +1306,6 @@ esac
 # Only check dsa signature generation on these platforms when performing
 # system tests.
 #
-set -x
 CHECK_DSA=0
 if grep "#define PATH_RANDOMDEV " confdefs.h > /dev/null
 then
@@ -1317,7 +1316,6 @@ then
        esac
 fi
 AC_SUBST(CHECK_DSA)
-set -
 
 #
 # Do we have arc4random() ?