Submitted by: jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92098
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.29-dev
+
+ *) Bail out at configure time if an invalid MPM was specified.
+ [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
+
*) Prevent segv in ap_note_basic_auth_failure() when no AuthName is
configured [John Sterling <sterling@covalent.net>]
apache_cv_mpm=prefork
fi
fi
+if test ! -f "server/mpm/$apache_cv_mpm/mpm.h"; then
+ AC_MSG_ERROR(the selected mpm -- $apache_cv_mpm -- is not supported)
+fi
APACHE_FAST_OUTPUT(server/mpm/Makefile)