You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@apache.org on 2002/01/28 06:08:39 UTC

cvs commit: httpd-2.0/server/mpm config.m4

bjh         02/01/27 21:08:39

  Modified:    server/mpm config.m4
  Log:
  Update --with-mpm help text wrt available OS/2 MPM name.
  
  Revision  Changes    Path
  1.42      +1 -1      httpd-2.0/server/mpm/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/config.m4,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- config.m4	26 Nov 2001 21:32:56 -0000	1.41
  +++ config.m4	28 Jan 2002 05:08:38 -0000	1.42
  @@ -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