From: Ryan Bloom Date: Mon, 12 Feb 2001 23:37:58 +0000 (+0000) Subject: Don't disable threads just because we are using the prefork MPM. X-Git-Tag: 2.0.11~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=395d6d84e684d463d9ae93dcf3bb687cce047aae;p=apache 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 --- diff --git a/CHANGES b/CHANGES index bd90971b99..5a34430ca0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0b1 + *) 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] + *) Begin to move the calls to update_child_status into common code, so that each individual MPM does not need to update the scoreboard itself. [Ryan Bloom] diff --git a/server/mpm/prefork/config.m4 b/server/mpm/prefork/config.m4 index 30093874d1..9c189a8642 100644 --- a/server/mpm/prefork/config.m4 +++ b/server/mpm/prefork/config.m4 @@ -1,7 +1,3 @@ if test "$MPM_NAME" = "prefork" ; then -dnl Turn off all threading functions in APR - apache_apr_flags="--disable-threads" - APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile) - fi