]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] remove python from 9.8 configure summary
authorEvan Hunt <each@isc.org>
Thu, 11 Jul 2013 17:12:30 +0000 (10:12 -0700)
committerEvan Hunt <each@isc.org>
Thu, 11 Jul 2013 17:12:30 +0000 (10:12 -0700)
configure
configure.in

index dc6313f26d9f35e3197cab1adb2e93c16dd3c4cf..5616d009ca94504c91862e20afc3c5aa79e311bf 100755 (executable)
--- a/configure
+++ b/configure
@@ -22782,7 +22782,6 @@ if test "$enable_full_report" = "yes"; then
     test "X$USE_OPENSSL" = "X" || echo "    OpenSSL cryptography/DNSSEC"
     test "$OPENSSL_GOST" != "yes" || echo "    GOST algorithm support"
     test "$OPENSSL_ECDSA" != "yes" || echo "    ECDSA algorithm support"
-    test "X$PYTHON" = "X" || echo "    Python tools"
     test "X$libxml2_libs" = "X" || echo "    XML statistics"
 fi
 
@@ -22822,7 +22821,6 @@ test "X$USE_OPENSSL" != "X" -a "$OPENSSL_GOST" != "yes" && \
     echo "    GOST algorithm support"
 test "X$USE_OPENSSL" != "X" -a "$OPENSSL_ECDSA" != "yes" && \
     echo "    ECDSA algorithm support"
-test "X$PYTHON" = "X" && echo "    Python tools"
 test "X$libxml2_libs" = "X" && echo "    XML statistics"
 
 echo "========================================================================"
index 1ae9887d42b281a044e51203bbfd1dbf0bec7adf..3da9924d8aafca84060a915433e6fc67110083ca 100644 (file)
@@ -3751,7 +3751,6 @@ if test "$enable_full_report" = "yes"; then
     test "X$USE_OPENSSL" = "X" || echo "    OpenSSL cryptography/DNSSEC"
     test "$OPENSSL_GOST" != "yes" || echo "    GOST algorithm support"
     test "$OPENSSL_ECDSA" != "yes" || echo "    ECDSA algorithm support"
-    test "X$PYTHON" = "X" || echo "    Python tools"
     test "X$libxml2_libs" = "X" || echo "    XML statistics"
 fi
 
@@ -3791,7 +3790,6 @@ test "X$USE_OPENSSL" != "X" -a "$OPENSSL_GOST" != "yes" && \
     echo "    GOST algorithm support"
 test "X$USE_OPENSSL" != "X" -a "$OPENSSL_ECDSA" != "yes" && \
     echo "    ECDSA algorithm support"
-test "X$PYTHON" = "X" && echo "    Python tools"
 test "X$libxml2_libs" = "X" && echo "    XML statistics"
 
 echo "========================================================================"