nginx-0.0.7-2004-07-25-22:34:14 import

This commit is contained in:
Igor Sysoev
2004-07-25 18:34:14 +00:00
parent a2b360d0b9
commit 0599b11937
11 changed files with 89 additions and 32 deletions
+7
View File
@@ -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" ;;