You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/07 23:29:42 UTC

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

rbb         00/07/07 14:29:42

  Modified:    src/modules/mpm/mpmt config.m4
  Log:
  Fix the generation of Makefiles with the new mpmt MPM.
  
  Revision  Changes    Path
  1.2       +2 -2      apache-2.0/src/modules/mpm/mpmt/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt/config.m4,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.m4	2000/07/07 17:35:43	1.1
  +++ config.m4	2000/07/07 21:29:42	1.2
  @@ -4,10 +4,10 @@
       ac_cv_enable_threads="yes"
       AC_CACHE_SAVE
   
  -    APACHE_FAST_OUTPUT(modules/mpm/mpmt/Makefile)
  -
       APACHE_MPM_PTHREAD
   fi
  +
  +APACHE_FAST_OUTPUT(modules/mpm/mpmt/Makefile)
   
   dnl Obsolete scoreboard code uses this.
       AC_CHECK_HEADERS(sys/times.h)