From: Justin Erenkrantz Date: Tue, 16 Apr 2002 23:44:56 +0000 (+0000) Subject: Add warning message when selecting an experimental MPM. X-Git-Tag: 2.0.36~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9ccb5f41f72e97157069ec50b98f4d08a3e72b;p=thirdparty%2Fapache%2Fhttpd.git Add warning message when selecting an experimental MPM. 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 --- diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 5e5dd424d12..7a712fe5b32 100644 --- a/server/mpm/config.m4 +++ b/server/mpm/config.m4 @@ -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