]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] add summary details
authorEvan Hunt <each@isc.org>
Sat, 13 Jul 2013 22:17:34 +0000 (15:17 -0700)
committerEvan Hunt <each@isc.org>
Sat, 13 Jul 2013 22:17:34 +0000 (15:17 -0700)
(cherry picked from commit b46f253ed783bb25fe99d147f40aeffb75237704)
(cherry picked from commit 55564db69733a4ea95870b7e2110864041cd7079)

configure
configure.in

index 5616d009ca94504c91862e20afc3c5aa79e311bf..e84056494bc93de0afbbe3aa9072a0a3db9e4396 100755 (executable)
--- a/configure
+++ b/configure
@@ -22778,11 +22778,14 @@ test "$use_pkcs11" = "no" || echo "    PKCS#11/Cryptoki support (--with-pks11)"
 # these lines are only printed if run with --enable-full-report
 if test "$enable_full_report" = "yes"; then
     test "$enable_ipv6" = "no" -o "$found_ipv6" = "no" || \
-        echo "    IPv6 support"
-    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$libxml2_libs" = "X" || echo "    XML statistics"
+        echo "    IPv6 support (--enable-ipv6)"
+    test "X$USE_OPENSSL" = "X" || \
+            echo "    OpenSSL cryptography/DNSSEC (--with-openssl)"
+    test "$OPENSSL_GOST" != "yes" || \
+            echo "    GOST algorithm support (--with-gost)"
+    test "$OPENSSL_ECDSA" != "yes" || \
+            echo "    ECDSA algorithm support (--with-ecdsa)"
+    test "X$libxml2_libs" = "X" || echo "    XML statistics (--with-libxml2)"
 fi
 
 echo "    Dynamically loadable zone (DLZ) drivers:"
@@ -22815,13 +22818,15 @@ test "$want_backtrace" = "yes" || \
     echo "    Print backtrace on crash (--enable-backtrace)"
 test "$use_pkcs11" = "no" && echo "    PKCS#11/Cryptoki support (--with-pks11)"
 
-test "$enable_ipv6" = "no" -o "$found_ipv6" = "no" && echo "    IPv6 support"
-test "X$USE_OPENSSL" = "X" && echo "    OpenSSL cryptography/DNSSEC"
+test "$enable_ipv6" = "no" -o "$found_ipv6" = "no" && \
+        echo "    IPv6 support (--enable-ipv6)"
+test "X$USE_OPENSSL" = "X" && \
+        echo "    OpenSSL cryptography/DNSSEC (--with-openssl)"
 test "X$USE_OPENSSL" != "X" -a "$OPENSSL_GOST" != "yes" && \
-    echo "    GOST algorithm support"
+    echo "    GOST algorithm support (--with-gost)"
 test "X$USE_OPENSSL" != "X" -a "$OPENSSL_ECDSA" != "yes" && \
-    echo "    ECDSA algorithm support"
-test "X$libxml2_libs" = "X" && echo "    XML statistics"
+    echo "    ECDSA algorithm support (--with-ecdsa)"
+test "X$libxml2_libs" = "X" && echo "    XML statistics (--with-libxml2)"
 
 echo "========================================================================"
 
index 3da9924d8aafca84060a915433e6fc67110083ca..56711800c6da05a2009016e1d1cbac5a7bbcddb4 100644 (file)
@@ -3747,11 +3747,14 @@ test "$use_pkcs11" = "no" || echo "    PKCS#11/Cryptoki support (--with-pks11)"
 # these lines are only printed if run with --enable-full-report 
 if test "$enable_full_report" = "yes"; then
     test "$enable_ipv6" = "no" -o "$found_ipv6" = "no" || \
-        echo "    IPv6 support"
-    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$libxml2_libs" = "X" || echo "    XML statistics"
+        echo "    IPv6 support (--enable-ipv6)"
+    test "X$USE_OPENSSL" = "X" || \
+            echo "    OpenSSL cryptography/DNSSEC (--with-openssl)"
+    test "$OPENSSL_GOST" != "yes" || \
+            echo "    GOST algorithm support (--with-gost)"
+    test "$OPENSSL_ECDSA" != "yes" || \
+            echo "    ECDSA algorithm support (--with-ecdsa)"
+    test "X$libxml2_libs" = "X" || echo "    XML statistics (--with-libxml2)"
 fi
 
 echo "    Dynamically loadable zone (DLZ) drivers:"
@@ -3784,13 +3787,15 @@ test "$want_backtrace" = "yes" || \
     echo "    Print backtrace on crash (--enable-backtrace)"
 test "$use_pkcs11" = "no" && echo "    PKCS#11/Cryptoki support (--with-pks11)"
 
-test "$enable_ipv6" = "no" -o "$found_ipv6" = "no" && echo "    IPv6 support"
-test "X$USE_OPENSSL" = "X" && echo "    OpenSSL cryptography/DNSSEC"
+test "$enable_ipv6" = "no" -o "$found_ipv6" = "no" && \
+        echo "    IPv6 support (--enable-ipv6)"
+test "X$USE_OPENSSL" = "X" && \
+        echo "    OpenSSL cryptography/DNSSEC (--with-openssl)"
 test "X$USE_OPENSSL" != "X" -a "$OPENSSL_GOST" != "yes" && \
-    echo "    GOST algorithm support"
+    echo "    GOST algorithm support (--with-gost)"
 test "X$USE_OPENSSL" != "X" -a "$OPENSSL_ECDSA" != "yes" && \
-    echo "    ECDSA algorithm support"
-test "X$libxml2_libs" = "X" && echo "    XML statistics"
+    echo "    ECDSA algorithm support (--with-ecdsa)"
+test "X$libxml2_libs" = "X" && echo "    XML statistics (--with-libxml2)"
 
 echo "========================================================================"