comparison 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
comparison
equal deleted inserted replaced
6933:29e452c56125 6934:4d874b4d82ed
572 572
573 exit 1 573 exit 1
574 fi 574 fi
575 575
576 576
577 if [ $HTTP = NO ]; then
578 HTTP_CHARSET=NO
579 HTTP_GZIP=NO
580 HTTP_SSI=NO
581 HTTP_USERID=NO
582 HTTP_ACCESS=NO
583 HTTP_STATUS=NO
584 HTTP_REWRITE=NO
585 HTTP_PROXY=NO
586 HTTP_FASTCGI=NO
587 fi
588
589
590 if [ ".$NGX_PLATFORM" = ".win32" ]; then 577 if [ ".$NGX_PLATFORM" = ".win32" ]; then
591 NGX_WINE=$WINE 578 NGX_WINE=$WINE
592 fi 579 fi
593 580
594 581