From: Justin Erenkrantz Date: Thu, 18 Apr 2002 08:16:56 +0000 (+0000) Subject: Perchild has been deemed experimental and has been moved to X-Git-Tag: 2.0.36~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a99990106728a23d4bc879a070454f351ad74d7c;p=apache 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 --- 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