Clean up APR's configure script a bit. This commit also allows Apache to

specify that APR should be built without threads for the prefork MPM.  This
is broken if we then try to configure Apache again using a threaded MPM, but
this is easily fixable, and I will be doing that soon.  Lastly, I removed all
thread calls from APR when it is told to build without threads.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
1999-12-22 20:29:20 +00:00
parent e672e9dd4b
commit 3f4fe1cea0

View File

@ -1,4 +1,8 @@
if test "$MPM_NAME" = "prefork" ; then
dnl Turn off all threading functions in APR
ac_cv_enable_threads="no"
AC_CACHE_SAVE
APACHE_OUTPUT(modules/mpm/$MPM_NAME/Makefile)
APACHE_MPM_CHECK_SHMEM