From 0603d7b14ab15cda6805c0ea62295d5edbeef6e9 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 5 May 2001 08:02:17 +0000 Subject: [PATCH] Cosmetics: align the entry of MPMs in "configure --help" output git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89000 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 9d2c3fba6a..cce54892f1 100644 --- a/server/mpm/config.m4 +++ b/server/mpm/config.m4 @@ -1,7 +1,7 @@ AC_MSG_CHECKING(which MPM to use) AC_ARG_WITH(mpm, [ --with-mpm=MPM Choose the process model for Apache to use. - MPM={beos,threaded,prefork,spmt_os2,perchild}],[ + MPM={beos,threaded,prefork,spmt_os2,perchild}],[ APACHE_MPM=$withval ],[ if test "x$APACHE_MPM" = "x"; then -- 2.40.0