summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-11-04 16:55:10 +0100
committerJeff Trawick <trawick@apache.org>2009-11-04 16:55:10 +0100
commita9dcd4c6938e150147d810284426b2e582be7f19 (patch)
tree807be77e0198cb76f2d3af16b9dc7a50ac2881e6 /acinclude.m4
parentServerAlias and Listen accumulate, not supercede. The latter of course is n/... (diff)
downloadapache2-a9dcd4c6938e150147d810284426b2e582be7f19.tar.xz
apache2-a9dcd4c6938e150147d810284426b2e582be7f19.zip
Add a LoadModule directive for the default MPM to the conf file when building MPMs
as shared modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832778 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5caeecc069..9efa4e7e0b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -248,6 +248,10 @@ DISTCLEAN_TARGETS = modules.mk
static =
shared = $libname
EOF
+ # add default MPM to LoadModule list
+ if test $1 = $default_mpm; then
+ DSO_MODULES="$DSO_MODULES mpm_$1"
+ fi
fi
$4
fi