diff auto/summary @ 282:30310107dbc9

nginx-0.0.2-2004-03-09-22:47:07 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Mar 2004 19:47:07 +0000
parents 6468241715e6
children 8f48e6366d09
line wrap: on
line diff
--- 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