From: Evan Hunt Date: Sat, 13 Jul 2013 22:18:54 +0000 (-0700) Subject: [v9_6] add summary details X-Git-Tag: v9.6-ESV-R10rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10bf117b92c742212c8aa7f796fcf784e3834154;p=thirdparty%2Fbind9.git [v9_6] add summary details (cherry picked from commit b46f253ed783bb25fe99d147f40aeffb75237704) (cherry picked from commit 55564db69733a4ea95870b7e2110864041cd7079) (cherry picked from commit 4ea6393223ab1a239b6ef0b08405303e5d15bde6) --- diff --git a/configure b/configure index 9171f883401..9604f150332 100755 --- 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 "========================================================================" diff --git a/configure.in b/configure.in index 3fc87b18595..7ae1667f839 100644 --- a/configure.in +++ b/configure.in @@ -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 "========================================================================"