diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-07-08 15:57:36 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-07-08 15:57:36 +0000 |
| commit | 59bb78b951973379360ca6ea798d3aeb09c747cc (patch) | |
| tree | f2428ef76cfe51bd35c261998c75273700cdacba /auto/summary | |
| parent | db0efa80522cd612b677972457038cb177a444a4 (diff) | |
| download | nginx-59bb78b951973379360ca6ea798d3aeb09c747cc.tar.gz nginx-59bb78b951973379360ca6ea798d3aeb09c747cc.tar.bz2 | |
stop ./configure on Win32 if no library sources was specified,
the bug has been introduced in r2894
Diffstat (limited to '')
| -rw-r--r-- | auto/summary | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/auto/summary b/auto/summary index a7244a183..8a71cbeff 100644 --- a/auto/summary +++ b/auto/summary @@ -38,7 +38,6 @@ else case $PCRE in YES) echo " + using system PCRE library" ;; NONE) echo " + PCRE library is not used" ;; - NO) echo " + PCRE library is not found" ;; *) echo " + using PCRE library: $PCRE" ;; esac fi @@ -46,14 +45,12 @@ fi 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 $MD5 in 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 @@ -67,7 +64,6 @@ esac case $ZLIB in YES) echo " + using system zlib library" ;; NONE) echo " + zlib library is not used" ;; - NO) echo " + zlib library is not found" ;; *) echo " + using zlib library: $ZLIB" ;; esac |
