diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 10:25:46 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 10:25:46 +0000 |
| commit | 36efca02afd1216fb2a4fb2e5488dd1294ce5e5b (patch) | |
| tree | 463a36b3387e52aaa6de6debf72d8cb40810c465 /auto/summary | |
| parent | 59bd89ca8c687c8ea24866e9c73a4b477132b567 (diff) | |
| download | nginx-36efca02afd1216fb2a4fb2e5488dd1294ce5e5b.tar.gz nginx-36efca02afd1216fb2a4fb2e5488dd1294ce5e5b.tar.bz2 | |
r2011 merge:
simplify library autoconfigure
Diffstat (limited to 'auto/summary')
| -rw-r--r-- | auto/summary | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/auto/summary b/auto/summary index a8ed45446..bcb8bcd12 100644 --- a/auto/summary +++ b/auto/summary @@ -51,26 +51,14 @@ case $OPENSSL in esac case $MD5 in - YES) - case $OPENSSL in - NONE|NO) echo " + md5: using system $MD5_LIB library" ;; - *) echo " + md5: using OpenSSL library" ;; - esac - ;; - + YES) echo " + md5: using $MD5_LIB library" ;; NONE) echo " + md5 library is not used" ;; NO) echo " + md5 library is not found" ;; *) echo " + using md5 library: $MD5" ;; esac case $SHA1 in - YES) - case $OPENSSL in - NONE|NO) echo " + sha1: using system $SHA1_LIB library" ;; - *) echo " + sha1: using OpenSSL library" ;; - esac - ;; - + YES) echo " + sha1: using $SHA1_LIB library" ;; NONE) echo " + sha1 library is not used" ;; NO) echo " + sha1 library is not found" ;; *) echo " + using sha1 library: $SHA1" ;; |
