diff auto/options @ 263:43c26e85205a

nginx-0.0.2-2004-02-19-11:45:27 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Feb 2004 08:45:27 +0000
parents 5dacbb4daaf6
children cd009bf7400d
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -21,7 +21,7 @@ HTTP_SSI=YES
 HTTP_PROXY=YES
 
 USE_PCRE=NO
-PCRE=NO
+PCRE=NONE
 
 USE_MD5=NO
 MD5=NONE
@@ -58,7 +58,7 @@ do
 
         --with-cc=*)                     CC="$value"                ;;
 
-        --without-pcre)                  PCRE=NONE                  ;;
+        --without-pcre)                  USE_PCRE=NO                ;;
         --with-pcre=*)                   PCRE="$value"              ;;
         --with-md5=*)                    MD5="$value"               ;;
         --with-zlib=*)                   ZLIB="$value"              ;;