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

configure
configure.in

index 9171f8834014e38bcf8c667c7935d16466fb129d..9604f150332983ade908d06664679bbd66a0a480 100755 (executable)
--- a/configure
+++ b/configure
@@ -21947,9 +21947,10 @@ 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 "X$libxml2_libs" = "X" || echo "    XML statistics"
+        echo "    IPv6 support (--enable-ipv6)"
+    test "X$USE_OPENSSL" = "X" || \
+            echo "    OpenSSL cryptography/DNSSEC (--with-openssl)"
+    test "X$libxml2_libs" = "X" || echo "    XML statistics (--with-libxml2)"
 fi
 
 test "X$USE_DLZ" = "X" || echo "    Dynamically loadable zone (DLZ) drivers:"
@@ -21977,10 +21978,11 @@ test "$enable_fixed" = "yes" || \
 test "$atf" = "no" && echo "    Automated Testing Framework (--with-atf)"
 test "$use_gssapi" = "no" && echo "    GSS-API (--with-gssapi)"
 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 "X$libxml2_libs" = "X" && echo "    XML statistics"
+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$libxml2_libs" = "X" && echo "    XML statistics (--with-libxml2)"
 
 echo "========================================================================"
 
index 3fc87b1859532eb886cd64e0e6a3edff81bebdde..7ae1667f83975d7cdbf1624142e81d0f3fc097a2 100644 (file)
@@ -3202,9 +3202,10 @@ 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 "X$libxml2_libs" = "X" || echo "    XML statistics"
+        echo "    IPv6 support (--enable-ipv6)"
+    test "X$USE_OPENSSL" = "X" || \
+            echo "    OpenSSL cryptography/DNSSEC (--with-openssl)"
+    test "X$libxml2_libs" = "X" || echo "    XML statistics (--with-libxml2)"
 fi
 
 test "X$USE_DLZ" = "X" || echo "    Dynamically loadable zone (DLZ) drivers:"
@@ -3232,10 +3233,11 @@ test "$enable_fixed" = "yes" || \
 test "$atf" = "no" && echo "    Automated Testing Framework (--with-atf)"
 test "$use_gssapi" = "no" && echo "    GSS-API (--with-gssapi)"
 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 "X$libxml2_libs" = "X" && echo "    XML statistics"
+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$libxml2_libs" = "X" && echo "    XML statistics (--with-libxml2)"
 
 echo "========================================================================"