From 7f9ccb5f41f72e97157069ec50b98f4d08a3e72b 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 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 -- 2.47.2