Commit 78b7c417 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Remove all instances of apache_apr_flags="--enable-threads" from the

config.m4 files.  If we leave those in, then Apache automatically
enables threads for all machines when a threaded MPM is chosen.  We want
people to have to force threads for platforms that don't run threads
well (i.e. FreeBSD).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88185 13f79535-47bb-0310-9956-ffa450edef68
parent 473c9aa2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
dnl ## XXX - Need a more thorough check of the proper flags to use

if test "$MPM_NAME" = "mpmt_pthread" ; then
    apache_apr_flags="--enable-threads"

    APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)

+0 −1
Original line number Diff line number Diff line
dnl ## XXX - Need a more thorough check of the proper flags to use

if test "$MPM_NAME" = "perchild" ; then
    apache_apr_flags="--enable-threads"

    APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
    APACHE_MPM_PTHREAD