]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add warning message when selecting an experimental MPM.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 16 Apr 2002 23:44:56 +0000 (23:44 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 16 Apr 2002 23:44:56 +0000 (23:44 +0000)
While this message will scroll by without their reading it, we can
reasonably say that we warned them if they report errors.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94674 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/config.m4

index 5e5dd424d122b8341017b3e75a7b06b8aa34382a..7a712fe5b32b8c86b9505be620140362cc6837af 100644 (file)
@@ -27,6 +27,7 @@ APACHE_FAST_OUTPUT(server/mpm/Makefile)
 
 MPM_NAME=$apache_cv_mpm
 if test "$MPM_NAME" = "leader" -o "$MPM_NAME" = "threadpool" ; then
+  AC_MSG_WARN(You have selected an EXPERIMENTAL MPM.  Be warned!)
   MPM_SUBDIR_NAME=experimental/$MPM_NAME
 else
   MPM_SUBDIR_NAME=$MPM_NAME