]> granicus.if.org Git - apache/commitdiff
Perchild has been deemed experimental and has been moved to
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 18 Apr 2002 08:16:56 +0000 (08:16 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 18 Apr 2002 08:16:56 +0000 (08:16 +0000)
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

index 7a712fe5b32b8c86b9505be620140362cc6837af..3ea80163ffb11441d1bdb8f9b3264dd41dbf7a11 100644 (file)
@@ -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