From: Ralf S. Engelschall Date: Sat, 5 May 2001 08:02:17 +0000 (+0000) Subject: Cosmetics: align the entry of MPMs in "configure --help" output X-Git-Tag: 2.0.18~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0603d7b14ab15cda6805c0ea62295d5edbeef6e9;p=apache 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 --- 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