diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-02-19 16:48:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-19 16:48:14 +0000 |
| commit | bb1ba3fa6d8e12074afeea8c27e29699e29fb04e (patch) | |
| tree | be4c5d7b1784ad274ea1201e1caea12c9c855c8a /auto | |
| parent | 43c3cd91a9d810947f0d971129c06c05353a756a (diff) | |
| download | nginx-bb1ba3fa6d8e12074afeea8c27e29699e29fb04e.tar.gz nginx-bb1ba3fa6d8e12074afeea8c27e29699e29fb04e.tar.bz2 | |
nginx-0.0.2-2004-02-19-19:48:14 import
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/modules | 2 | ||||
| -rw-r--r-- | auto/options | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules index 6a1db63dc..1af94969c 100644 --- a/auto/modules +++ b/auto/modules @@ -54,7 +54,7 @@ HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES \ HTTP_MODULES="$HTTP_MODULES $HTTP_STATIC_MODULE $HTTP_INDEX_MODULE" -if [ $HTTP_REWRITE = YES ]; then +if [ $HTTP_REWRITE = YES -a $USE_PCRE != DISABLED ]; then USE_PCRE=YES HTTP_MODULES="$HTTP_MODULES $HTTP_REWRITE_MODULE" HTTP_SRCS="$HTTP_SRCS $HTTP_REWRITE_SRCS" diff --git a/auto/options b/auto/options index d1996142a..c912119c6 100644 --- a/auto/options +++ b/auto/options @@ -58,7 +58,7 @@ do --with-cc=*) CC="$value" ;; - --without-pcre) USE_PCRE=NO ;; + --without-pcre) USE_PCRE=DISABLED ;; --with-pcre=*) PCRE="$value" ;; --with-md5=*) MD5="$value" ;; --with-zlib=*) ZLIB="$value" ;; |
