diff auto/options @ 6934:4d874b4d82ed

Configure: fixed --without_http. Instead of turning off some randomly selected http modules when --without-http is specified, just don't process the whole http modules section.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 16 Mar 2017 20:38:31 +0300
parents a6d116645c51
children 0bb747b2d7cb
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -574,19 +574,6 @@ END
 fi
 
 
-if [ $HTTP = NO ]; then
-    HTTP_CHARSET=NO
-    HTTP_GZIP=NO
-    HTTP_SSI=NO
-    HTTP_USERID=NO
-    HTTP_ACCESS=NO
-    HTTP_STATUS=NO
-    HTTP_REWRITE=NO
-    HTTP_PROXY=NO
-    HTTP_FASTCGI=NO
-fi
-
-
 if [ ".$NGX_PLATFORM" = ".win32" ]; then
     NGX_WINE=$WINE
 fi