From: Brian Havard Date: Mon, 28 Jan 2002 05:08:38 +0000 (+0000) Subject: Update --with-mpm help text wrt available OS/2 MPM name. X-Git-Tag: 2.0.31~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f523030d5b82a4901975c1a38b35d6988eeda897;p=apache Update --with-mpm help text wrt available OS/2 MPM name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93058 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 5605b68e6a..e0f4c0b506 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, APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use. - MPM={beos|worker|prefork|spmt_os2|perchild}),[ + MPM={beos|worker|prefork|mpmt_os2|perchild}),[ APACHE_MPM=$withval ],[ if test "x$APACHE_MPM" = "x"; then