diff auto/options @ 239:574bea0142be

nginx-0.0.1-2004-01-26-11:52:49 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jan 2004 08:52:49 +0000
parents 674f85a4d00f
children e6c005b66b3a
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -11,6 +11,7 @@ POLL=YES
 
 HTTP_REWRITE=YES
 HTTP_GZIP=YES
+HTTP_SSI=YES
 HTTP_PROXY=YES
 
 PCRE=NO
@@ -42,6 +43,7 @@ do
         --without-poll_module)           POLL=NO                    ;;
 
         --without-http_rewrite_module)   HTTP_REWRITE=NO            ;;
+        --without-http_ssi_module)       HTTP_SSI=NO                ;;
         --without-http_gzip_module)      HTTP_GZIP=NO               ;;
         --without-http_proxy_module)     HTTP_PROXY=NO              ;;