diff auto/options @ 364:7c54d93f5965

nginx-0.0.7-2004-06-22-20:43:09 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Jun 2004 16:43:09 +0000
parents 4feff829a849
children ceec87d1c2b3
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -29,6 +29,7 @@ EVENT_AIO=NO
 
 USE_THREADS=NO
 
+HTTP_CHARSET=YES
 HTTP_REWRITE=YES
 HTTP_GZIP=YES
 HTTP_SSI=YES
@@ -80,6 +81,7 @@ do
         --with-threads=*)                USE_THREADS="$value"       ;;
         --with-threads)                  USE_THREADS="pthreads"     ;;
 
+        --without-http_charset_module)   HTTP_CHARSET=NO            ;;
         --without-http_rewrite_module)   HTTP_REWRITE=NO            ;;
         --without-http_ssi_module)       HTTP_SSI=NO                ;;
         --without-http_gzip_module)      HTTP_GZIP=NO               ;;