From 435670165a1c9a4c62bb3efb02ba87d66c692e4b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 16 Mar 2017 20:38:31 +0300 Subject: 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. --- auto/options | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'auto/options') diff --git a/auto/options b/auto/options index 43724b1e6..66b822a72 100644 --- 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 -- cgit