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 2001/08/20 14:19:51 UTC

cvs commit: httpd-2.0 configure.in

bjh         01/08/20 05:19:51

  Modified:    .        configure.in
  Log:
  Make mpmt_os2 the default MPM on OS/2.
  
  Revision  Changes    Path
  1.170     +1 -1      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.169
  retrieving revision 1.170
  diff -u -r1.169 -r1.170
  --- configure.in	2001/08/16 13:59:13	1.169
  +++ configure.in	2001/08/20 12:19:50	1.170
  @@ -123,7 +123,7 @@
         APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
         ;;
     *os2_emx*)
  -      APR_SETVAR(APACHE_MPM, [spmt_os2])
  +      APR_SETVAR(APACHE_MPM, [mpmt_os2])
         APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
         ;;
     *-linux-*)