]> granicus.if.org Git - apache/commitdiff
Generate #LoadModule directive in default httpd.conf for every --enable-mpms-shared...
authorYann Ylavic <ylavic@apache.org>
Mon, 19 Jan 2015 08:14:48 +0000 (08:14 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 19 Jan 2015 08:14:48 +0000 (08:14 +0000)
Submitted by: olli hauer <ohauer gmx.de>
Committed by: ylavic

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

acinclude.m4

index f05de28f1f0d0f0508e4c2a181e60e0e671bea6f..e2f8c22e575c741ec8f3ce53336bd58456534289 100644 (file)
@@ -292,9 +292,9 @@ DISTCLEAN_TARGETS = modules.mk
 static =
 shared = $libname
 EOF
+            DSO_MODULES="$DSO_MODULES mpm_$1"
             # add default MPM to LoadModule list
             if test $1 = $default_mpm; then
-                DSO_MODULES="$DSO_MODULES mpm_$1"
                 ENABLED_DSO_MODULES="${ENABLED_DSO_MODULES},mpm_$1"
             fi
         fi