]> granicus.if.org Git - apache/commitdiff
Makefile.in: fix MPM_MODULES typo
authorJacob Champion <jchampion@apache.org>
Wed, 12 Jul 2017 00:07:08 +0000 (00:07 +0000)
committerJacob Champion <jchampion@apache.org>
Wed, 12 Jul 2017 00:07:08 +0000 (00:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801665 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 28cf6b79f6ac15876767cbf559b074f3553f8e63..97cefd55744befd4ab74132434e3b90051b3689d 100644 (file)
@@ -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' \