commit | 43c3cd91a9d810947f0d971129c06c05353a756a | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Feb 19 08:45:27 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Feb 19 08:45:27 2004 +0000 |
tree | a29e67d189f7b8ec8fc0fa756a1074b4a51e4629 | |
parent | 8ae18a10d6c7c94fbb4fa04a64c6fa1e2a38fe16 [diff] [blame] |
nginx-0.0.2-2004-02-19-11:45:27 import
diff --git a/auto/options b/auto/options index 9804b2b..d199614 100644 --- a/auto/options +++ b/auto/options
@@ -21,7 +21,7 @@ HTTP_PROXY=YES USE_PCRE=NO -PCRE=NO +PCRE=NONE USE_MD5=NO MD5=NONE @@ -58,7 +58,7 @@ --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" ;;