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.
This commit is contained in:
Ruslan Ermilov 2017-03-16 20:38:31 +03:00
parent 16144fc5ac
commit d232828eb4
2 changed files with 823 additions and 839 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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