]> granicus.if.org Git - apache/commitdiff
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)
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

index e58b9a2da656d753e2e366170ad7fed7a541a66c..d91092ad87ce9a15a243feebb0679294cb2bf896 100644 (file)
@@ -1,7 +1,6 @@
 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)
 
index 4e8c94af84db8c70d54c41cc4829bc2400071939..355cc3ca41cdeaad0b02b845edc8696422eff48e 100644 (file)
@@ -1,7 +1,6 @@
 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