commit | e89c4581f4706187052671a8a40dda4fe3e3c391 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Dec 19 08:15:11 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Dec 19 08:15:11 2003 +0000 |
tree | 3644c7b95ae7ed7b62d830c62e452b632ac9e89b | |
parent | e3466a4058ec3a6c7915f5239fac9f6bfbb6a29d [diff] [blame] |
nginx-0.0.1-2003-12-19-11:15:11 import
diff --git a/auto/summary b/auto/summary index 19afd04..28fe5f5 100644 --- a/auto/summary +++ b/auto/summary
@@ -2,6 +2,12 @@ echo echo "Configuration summary" +case $PCRE in + YES) echo " + using system PCRE library" ;; + NO) echo " + PCRE library is not found" ;; + *) echo " + using PCRE library: $PCRE" ;; +esac + case $MD5 in YES) echo " + using system md5 library" ;; NO) echo " + md5 library is not found" ;;