You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2017/07/12 00:10:11 UTC

svn commit: r1801666 - /httpd/httpd/branches/trunk-test-integration/Makefile.in

Author: jchampion
Date: Wed Jul 12 00:10:11 2017
New Revision: 1801666

URL: http://svn.apache.org/viewvc?rev=1801666&view=rev
Log:
Makefile.in: fix MPM_MODULES typo (in check-conf)

Modified:
    httpd/httpd/branches/trunk-test-integration/Makefile.in

Modified: httpd/httpd/branches/trunk-test-integration/Makefile.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/trunk-test-integration/Makefile.in?rev=1801666&r1=1801665&r2=1801666&view=diff
==============================================================================
--- httpd/httpd/branches/trunk-test-integration/Makefile.in (original)
+++ httpd/httpd/branches/trunk-test-integration/Makefile.in Wed Jul 12 00:10:11 2017
@@ -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' \