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
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