From 8460e2b72f9479ad5bdf9544d37df4217ca1fda1 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Tue, 16 Apr 2002 23:44:56 +0000 Subject: [PATCH] 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 --- server/mpm/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 5e5dd424d1..7a712fe5b3 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 -- 2.40.0