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...@locus.apache.org on 2000/03/03 15:21:12 UTC

cvs commit: apache-2.0/src/modules/mpm config.m4

bjh         00/03/03 06:21:12

  Modified:    src/modules/mpm config.m4
  Log:
  Default to spmt_os2 on OS/2
  
  Revision  Changes    Path
  1.12      +2 -0      apache-2.0/src/modules/mpm/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/config.m4,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- config.m4	2000/02/07 12:05:22	1.11
  +++ config.m4	2000/03/03 14:21:12	1.12
  @@ -8,6 +8,8 @@
     case "`uname -sr`" in
       "BeOS"*)
         APACHE_MPM=mpmt_beos;;
  +    "OS/2"*)
  +      APACHE_MPM=spmt_os2;;
     esac 
   ])
   AC_MSG_RESULT($APACHE_MPM)