Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-19 11:15:11 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-12-19 11:15:11 +0300
commite89c4581f4706187052671a8a40dda4fe3e3c391 (patch)
tree3644c7b95ae7ed7b62d830c62e452b632ac9e89b /auto/summary
parente3466a4058ec3a6c7915f5239fac9f6bfbb6a29d (diff)
nginx-0.0.1-2003-12-19-11:15:11 import
Diffstat (limited to 'auto/summary')
-rw-r--r--auto/summary6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary
index 19afd04b1..28fe5f5d5 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" ;;