# 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:"
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 "========================================================================"
# 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:"
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 "========================================================================"