nginx-0.0.7-2004-07-08-19:17:47 import
diff --git a/auto/options b/auto/options
index a2e01a2..c506062 100644
--- a/auto/options
+++ b/auto/options
@@ -31,6 +31,7 @@
HTTP_CHARSET=YES
HTTP_GZIP=YES
+HTTP_SSL=NO
HTTP_SSI=YES
HTTP_ACCESS=YES
HTTP_STATUS=YES
@@ -83,9 +84,10 @@
--with-threads=*) USE_THREADS="$value" ;;
--with-threads) USE_THREADS="pthreads" ;;
+ --with-http_ssl_module) HTTP_SSL=YES ;;
--without-http_charset_module) HTTP_CHARSET=NO ;;
- --without-http_ssi_module) HTTP_SSI=NO ;;
--without-http_gzip_module) HTTP_GZIP=NO ;;
+ --without-http_ssi_module) HTTP_SSI=NO ;;
--without-http_access_module) HTTP_ACCESS=NO ;;
--without-http_status_module) HTTP_STATUS=NO ;;
--without-http_rewrite_module) HTTP_REWRITE=NO ;;