summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/mpm/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/config.m4 b/server/mpm/config.m4
index 7a712fe5b3..3ea80163ff 100644
--- a/server/mpm/config.m4
+++ b/server/mpm/config.m4
@@ -26,7 +26,7 @@ fi
APACHE_FAST_OUTPUT(server/mpm/Makefile)
MPM_NAME=$apache_cv_mpm
-if test "$MPM_NAME" = "leader" -o "$MPM_NAME" = "threadpool" ; then
+if test "$MPM_NAME" = "leader" -o "$MPM_NAME" = "threadpool" -o "$MPM_NAME" = "perchild"; then
AC_MSG_WARN(You have selected an EXPERIMENTAL MPM. Be warned!)
MPM_SUBDIR_NAME=experimental/$MPM_NAME
else