summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJacob Champion <jchampion@apache.org>2017-07-12 00:13:55 +0000
committerJacob Champion <jchampion@apache.org>2017-07-12 00:13:55 +0000
commita49aa77faa8e2cece7259464f66c78ff5711178e (patch)
tree839df892eaa3b8dfb1f8c4ea1299c05486080b0e /Makefile.in
parent8c289f85d8a383c2147826374357509fb81183f9 (diff)
parent3ade492cb36690996f2ba093bbe6bdfb7e1bad67 (diff)
downloadhttpd-a49aa77faa8e2cece7259464f66c78ff5711178e.tar.gz
Makefile.in: merge typo fix from test-integration branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 97cefd5574..85f174a3dd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -328,7 +328,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' \