summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Champion <jchampion@apache.org>2017-07-12 00:10:11 +0000
committerJacob Champion <jchampion@apache.org>2017-07-12 00:10:11 +0000
commit3ade492cb36690996f2ba093bbe6bdfb7e1bad67 (patch)
tree0a1bdd5864e630deddc60da0bbfdedf90117ab4f
parent04ce4cacfa38eddc87c55d94e51a3bc71ab63263 (diff)
downloadhttpd-trunk-test-integration.tar.gz
Makefile.in: fix MPM_MODULES typo (in check-conf)trunk-test-integration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1801666 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4eacffe9c0..56ca48e3a3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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' \