mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
up with anything better. This is a multiple-worker/single listener MPM. This MPM is definately not complete, but it is a first step in the right direction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89781 13f79535-47bb-0310-9956-ffa450edef68
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
dnl ## XXX - Need a more thorough check of the proper flags to use
|
|
|
|
if test "$MPM_NAME" = "worker" ; then
|
|
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
|
|
fi
|