]> granicus.if.org Git - apache/commitdiff
check: search for MPM modules in the correct directory
authorJacob Champion <jchampion@apache.org>
Mon, 9 Jan 2017 19:01:58 +0000 (19:01 +0000)
committerJacob Champion <jchampion@apache.org>
Mon, 9 Jan 2017 19:01:58 +0000 (19:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1778025 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 6b396a45b770b73ce18a95f6b1336391f07ed418..878338d142c6c3513c116b25a9215fa950e6e265 100644 (file)
@@ -351,7 +351,7 @@ check-conf:
                            have_cgid="0"; \
                        fi; \
                        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 echo ",$(ENABLED_MPM_MODULE),"|$(EGREP) ",$$j," > /dev/null ; then \
                                    loading_disabled=""; \