Commit 2770b944 authored by Jacob Champion's avatar Jacob Champion
Browse files

check: search for MPM modules in the correct directory

parent a5161ef0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -351,7 +351,7 @@ check-conf:
	                    have_cgid="0"; \
	                    have_cgid="0"; \
	                fi; \
	                fi; \
	                for j in $(MPM_MODULES) "^EOL^"; do \
	                for j in $(MPM_MODULES) "^EOL^"; do \
	                    path=$$(find "$(top_builddir)/modules" -name "mod_$$j.so"); \
	                    path=$$(find "$(top_builddir)/server" -name "mod_$$j.so"); \
	                    if test $$j != "^EOL^"; then \
	                    if test $$j != "^EOL^"; then \
	                        if echo ",$(ENABLED_MPM_MODULE),"|$(EGREP) ",$$j," > /dev/null ; then \
	                        if echo ",$(ENABLED_MPM_MODULE),"|$(EGREP) ",$$j," > /dev/null ; then \
	                            loading_disabled=""; \
	                            loading_disabled=""; \