summaryrefslogtreecommitdiffhomepage
path: root/auto/summary
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/summary7
1 files changed, 7 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary
index 9769180b0..482f792fe 100644
--- a/auto/summary
+++ b/auto/summary
@@ -22,6 +22,13 @@ case $MD5 in
*) echo " + using md5 library: $MD5" ;;
esac
+case $OPENSSL in
+ YES) echo " + using system OpenSSL library" ;;
+ NONE) echo " + OpenSSL library is not used" ;;
+ NO) echo " + OpenSSL library is not found" ;;
+ *) echo " + using OpenSSL library: $OPENSSL" ;;
+esac
+
case $ZLIB in
YES) echo " + using system zlib library" ;;
NONE) echo " + zlib library is not used" ;;