]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Change the configure-based MPM build mechanism to support building
authorJeff Trawick <trawick@apache.org>
Tue, 3 Nov 2009 14:36:48 +0000 (14:36 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 3 Nov 2009 14:36:48 +0000 (14:36 +0000)
commitd4e7b85b2f4f6e169841ce74cab119e0c9bb2a77
tree3946ebbdc22b507c8c40eeb317b75685e19720a2
parent0ec9ceddbfa0b5a7a171be7ad0625eae51ac0ff8
Change the configure-based MPM build mechanism to support building
an MPM as a shared shared or dynamic module, primarily using the
APACHE_MPM_MODULE() function.

--enable-mpms-shared now builds/installs the MPMs as dynamic modules.
(But no LoadModule directives are added.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832434 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
CHANGES
acinclude.m4
server/mpm/config.m4
server/mpm/event/Makefile.in
server/mpm/event/config3.m4
server/mpm/mpmt_os2/Makefile.in
server/mpm/mpmt_os2/config5.m4
server/mpm/prefork/Makefile.in
server/mpm/prefork/config3.m4
server/mpm/simple/Makefile.in
server/mpm/simple/config3.m4
server/mpm/winnt/Makefile.in
server/mpm/winnt/config3.m4
server/mpm/worker/Makefile.in
server/mpm/worker/config3.m4