enable-threads. This allows us to re-configure the server for different
MPM's without worrying about not having APR-threads available.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84360
13f79535-47bb-0310-9956-
ffa450edef68
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "dexter" ; then
+ ac_cv_enable_threads="yes"
+ AC_CACHE_SAVE
+
APACHE_OUTPUT(modules/mpm/$MPM_NAME/Makefile)
APACHE_MPM_PTHREAD
APACHE_MPM_CHECK_SHMEM
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "mpmt_pthread" ; then
+ ac_cv_enable_threads="yes"
+ AC_CACHE_SAVE
+
APACHE_OUTPUT(modules/mpm/$MPM_NAME/Makefile)
APACHE_MPM_PTHREAD