diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-07-25 18:34:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-25 18:34:14 +0000 |
| commit | 0599b11937990b169c05f95eeaed7cf22d823740 (patch) | |
| tree | 3e52ebeadd8d0442e33ae96ec0ae9a755aa54696 /auto/summary | |
| parent | a2b360d0b9196a130f9e39184edde69076d906ed (diff) | |
| download | nginx-0599b11937990b169c05f95eeaed7cf22d823740.tar.gz nginx-0599b11937990b169c05f95eeaed7cf22d823740.tar.bz2 | |
nginx-0.0.7-2004-07-25-22:34:14 import
Diffstat (limited to 'auto/summary')
| -rw-r--r-- | auto/summary | 7 |
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" ;; |
