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

Makefile.in

index 4eacffe9c0ff18787f72e8daab0d687acff2b856..56ca48e3a35c3bb757d24da9bda4032d1c85aefc 100644 (file)
@@ -327,7 +327,7 @@ check-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@@#$(top_builddir)/check#g' \
                            -e 's#@@Port@@#$(PORT)#g' \
                            -e 's#@@SSLPort@@#$(SSLPORT)#g' \