From: Jacob Champion Date: Mon, 9 Jan 2017 19:01:58 +0000 (+0000) Subject: check: search for MPM modules in the correct directory X-Git-Tag: 2.5.0-alpha~798^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb5a4b45071d7e722a0efa54d9d29c3ab564b128;p=thirdparty%2Fapache%2Fhttpd.git check: search for MPM modules in the correct directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1778025 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 6b396a45b77..878338d142c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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=""; \