]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove all instances of apache_apr_flags="--enable-threads" from the
authorRyan Bloom <rbb@apache.org>
Fri, 16 Feb 2001 05:53:41 +0000 (05:53 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 16 Feb 2001 05:53:41 +0000 (05:53 +0000)
commit78b7c417232073b1f05059bbbe543c299294ab6d
tree41afd5b74361b3af684abcad243c5c76cbcc759c
parent473c9aa2da99eca3d41da34350a65f682566d1ad
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
server/mpm/mpmt_pthread/config.m4
server/mpm/perchild/config.m4