summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/options b/auto/options
index 9804b2b2d..d1996142a 100644
--- 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" ;;