]> granicus.if.org Git - apache/commitdiff
Update --with-mpm help text wrt available OS/2 MPM name.
authorBrian Havard <bjh@apache.org>
Mon, 28 Jan 2002 05:08:38 +0000 (05:08 +0000)
committerBrian Havard <bjh@apache.org>
Mon, 28 Jan 2002 05:08:38 +0000 (05:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93058 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/config.m4

index 5605b68e6a46ecbc4389dbd7fac88de9c933aa6f..e0f4c0b506bbbb454f28deca5ea6e86f128929f2 100644 (file)
@@ -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