From fc5a10aedcdd8cf261ecc164941562bc52fe415d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 9 Mar 2004 19:47:07 +0000 Subject: nginx-0.0.2-2004-03-09-22:47:07 import --- auto/summary | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/summary') diff --git a/auto/summary b/auto/summary index 5dacfc140..e0d8b2664 100644 --- a/auto/summary +++ b/auto/summary @@ -8,6 +8,7 @@ if [ $USE_PCRE = DISABLED ]; then 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 -- cgit