diff options
author | Rainer Jung <rjung@apache.org> | 2016-02-12 17:46:38 +0000 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-02-12 17:46:38 +0000 |
commit | 89605f9ee720a317602bd14c3239436d8360502d (patch) | |
tree | 5ba560ceb943c930243686e44e9562cc4fc08515 /build/config_vars.sh.in | |
parent | 8dcf132975160e0ed56a1c7a5e5bb938d2bb2da9 (diff) | |
download | httpd-89605f9ee720a317602bd14c3239436d8360502d.tar.gz |
Use different variables to track normal
modules and MPMs during build.
Normal modules and MPMs follow different
rules in the config, e.g. we are only
allowed to have one active LoadModule
for an MPM in the config.
As a side effect, LoadModule for MPMs
will now come before LoadModule for
the normal modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730079 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/config_vars.sh.in')
-rw-r--r-- | build/config_vars.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/config_vars.sh.in b/build/config_vars.sh.in index 593ff6e18e..496c2d0dba 100644 --- a/build/config_vars.sh.in +++ b/build/config_vars.sh.in @@ -47,6 +47,8 @@ exec sed " /MPM_LIB/d /APACHECTL_ULIMIT/d /[a-z]*_LTFLAGS/d +/^MPM_MODULES/d +/^ENABLED_MPM_MODULE/d /^DSO_MODULES/d /^ENABLED_DSO_MODULES/d /^LOAD_ALL_MODULES/d |