aboutsummaryrefslogtreecommitdiff
path: root/auto/options
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-25 20:26:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-25 20:26:58 +0000
commit3b30a901b43c11c83ac598e0954c3c33a89d78fd (patch)
treed3cb44de69fa95516be20a38bc14cea0324e8200 /auto/options
parentfc68ea6f7bedd491126ef57110b6362e9af8900f (diff)
downloadnginx-3b30a901b43c11c83ac598e0954c3c33a89d78fd.tar.gz
nginx-3b30a901b43c11c83ac598e0954c3c33a89d78fd.zip
nginx-0.0.1-2003-12-25-23:26:58 import
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 1eb45a28d..2356a76db 100644
--- a/auto/options
+++ b/auto/options
@@ -6,6 +6,7 @@ OBJS=objs
TEST_BUILD_DEVPOLL=NO
+HTTP_REWRITE=YES
HTTP_GZIP=YES
HTTP_PROXY=YES
@@ -34,6 +35,7 @@ do
--builddir=*) OBJS="$value" ;;
+ --without-http_rewrite_module) HTTP_REWRITE=NO ;;
--without-http_gzip_module) HTTP_GZIP=NO ;;
--without-http_proxy_module) HTTP_PROXY=NO ;;