diff auto/options @ 700:c1104f701926

ngx_http_browser_module
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 Sep 2006 12:25:07 +0000
parents 7cbef16c71a1
children f30b1a75fd3b
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -68,6 +68,7 @@ HTTP_FASTCGI=YES
 HTTP_PERL=NO
 HTTP_MEMCACHED=YES
 HTTP_EMPTY_GIF=YES
+HTTP_BROWSER=YES
 
 # STUB
 HTTP_STUB_STATUS=NO
@@ -165,6 +166,7 @@ do
         --without-http_fastcgi_module)   HTTP_FASTCGI=NO            ;;
         --without-http_memcached_module) HTTP_MEMCACHED=NO          ;;
         --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO          ;;
+        --without-http_browser_module)   HTTP_BROWSER=NO            ;;
 
         --with-http_perl_module)         HTTP_PERL=YES              ;;
         --with-perl_modules_path=*)      NGX_PERL_MODULES="$value"  ;;