summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJacob Champion <jchampion@apache.org>2017-07-12 00:07:08 +0000
committerJacob Champion <jchampion@apache.org>2017-07-12 00:07:08 +0000
commit8c289f85d8a383c2147826374357509fb81183f9 (patch)
treebcb102558b7a873bad3a7c7f602f4cbee9730cac /Makefile.in
parentd840509590f49faf9145d027c3c544deb1f7f279 (diff)
downloadhttpd-8c289f85d8a383c2147826374357509fb81183f9.tar.gz
Makefile.in: fix MPM_MODULES typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801665 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 28cf6b79f6..97cefd5574 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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' \