mirror of
https://github.com/nginx/nginx.git
synced 2026-08-14 07:04:44 -05:00
nginx-0.0.7-2004-07-25-22:34:14 import
This commit is contained in:
@@ -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" ;;
|
||||
|
||||
Reference in New Issue
Block a user