1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/server/mpm/prefork/config.m4
Ryan Bloom 395d6d84e6 Don't disable threads just because we are using the prefork MPM.
If somebody wants to compile without threads, they must now add
--disable-threads to the configure command line.  [Ryan Bloom]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88127 13f79535-47bb-0310-9956-ffa450edef68
2001-02-12 23:37:58 +00:00

4 lines
96 B
Plaintext

if test "$MPM_NAME" = "prefork" ; then
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
fi