From cf42c8b41c1be6cf227b0e2f13b135189e88bdcc Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 18 Apr 2002 08:16:56 +0000 Subject: [PATCH] Perchild has been deemed experimental and has been moved to server/mpm/experimental/perchild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94693 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1