From: Jeff Trawick Date: Wed, 4 Nov 2009 15:55:10 +0000 (+0000) Subject: Add a LoadModule directive for the default MPM to the conf file when building MPMs X-Git-Tag: 2.3.3~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9dcd4c6938e150147d810284426b2e582be7f19;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index 5caeecc0694..9efa4e7e0bf 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