]> granicus.if.org Git - apache/commit
Fix building the mpmt MPM. The problem was that IfModule uses the name of
authorRyan Bloom <rbb@apache.org>
Sun, 9 Jul 2000 18:54:08 +0000 (18:54 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 9 Jul 2000 18:54:08 +0000 (18:54 +0000)
commitb7a635b560d880dfc475c49129b2c3d5af729a46
treed313ace89ff56f49b2a18df4df9eb1c5f8b17f23
parent1200d95f7b1f4e7b348e76d487f32ec2c7909629
Fix building the mpmt MPM.  The problem was that IfModule uses the name of
the C file to determine if a module is present.  mpmt emulates three
different MPMs though.  If the default config file we have sane defaults
for each of the three MPMs that mpmt emulates.

To fix this, the build process creates a soft link to the original MPM name
during the configure process, and the build process actually compiles that
file, instead of the original mpmt.c.  This allow the mpmt MPM to work
just as well as mpmt_pthread.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85798 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/config.m4