]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a LoadModule directive for the default MPM to the conf file when building MPMs
authorJeff Trawick <trawick@apache.org>
Wed, 4 Nov 2009 15:55:10 +0000 (15:55 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 4 Nov 2009 15:55:10 +0000 (15:55 +0000)
as shared modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832778 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 5caeecc0694b549352174b7bf456b852c0c524ff..9efa4e7e0bf9864ade4fba8434017b64bfd7de0e 100644 (file)
@@ -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