From: Jacob Champion Date: Wed, 12 Jul 2017 00:07:08 +0000 (+0000) Subject: Makefile.in: fix MPM_MODULES typo X-Git-Tag: 2.5.0-alpha~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c289f85d8a383c2147826374357509fb81183f9;p=apache Makefile.in: fix MPM_MODULES typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801665 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 28cf6b79f6..97cefd5574 100644 --- a/Makefile.in +++ b/Makefile.in @@ -50,7 +50,7 @@ install-conf: if [ -f $$i ] ; then \ ( \ n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \ - if test $$n_lm -eq 0 -o "x$(MPM_MODULE)$(DSO_MODULES)" = "x"; then \ + if test $$n_lm -eq 0 -o "x$(MPM_MODULES)$(DSO_MODULES)" = "x"; then \ sed -e 's#@@ServerRoot@@#$(prefix)#g' \ -e 's#@@Port@@#$(PORT)#g' \ -e 's#@@SSLPort@@#$(SSLPORT)#g' \