summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
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 80302e419..3064a950d 100644
--- 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 ;;