diff auto/options @ 383:c05876036128

nginx-0.0.7-2004-07-08-19:17:47 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jul 2004 15:17:47 +0000
parents 15c84a40e87d
children 4e21d1291a14
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -31,6 +31,7 @@ USE_THREADS=NO
 
 HTTP_CHARSET=YES
 HTTP_GZIP=YES
+HTTP_SSL=NO
 HTTP_SSI=YES
 HTTP_ACCESS=YES
 HTTP_STATUS=YES
@@ -83,9 +84,10 @@ do
         --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_gzip_module)      HTTP_GZIP=NO               ;;
         --without-http_ssi_module)       HTTP_SSI=NO                ;;
-        --without-http_gzip_module)      HTTP_GZIP=NO               ;;
         --without-http_access_module)    HTTP_ACCESS=NO             ;;
         --without-http_status_module)    HTTP_STATUS=NO             ;;
         --without-http_rewrite_module)   HTTP_REWRITE=NO            ;;