Commit 130fcfa9 authored by Jacob Champion's avatar Jacob Champion
Browse files

Makefile.in: fix MPM_MODULES typo (in check-conf)

parent 6ab8b699
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -327,7 +327,7 @@ check-conf:
	        if [ -f $$i ] ; then \
	        if [ -f $$i ] ; then \
	        ( \
	        ( \
	            n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
	            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' \
	                sed -e 's#@@ServerRoot@@#$(top_builddir)/check#g' \
	                    -e 's#@@Port@@#$(PORT)#g' \
	                    -e 's#@@Port@@#$(PORT)#g' \
	                    -e 's#@@SSLPort@@#$(SSLPORT)#g' \
	                    -e 's#@@SSLPort@@#$(SSLPORT)#g' \