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

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

trawick     00/08/01 17:56:28

  Modified:    src/modules/mpm/mpmt_pthread config.m4
  Log:
  -DMPMT_PTHREAD is no longer needed.
  
  Revision  Changes    Path
  1.7       +0 -2      apache-2.0/src/modules/mpm/mpmt_pthread/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/config.m4,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.m4	2000/07/11 00:01:50	1.6
  +++ config.m4	2000/08/02 00:56:28	1.7
  @@ -11,6 +11,4 @@
   dnl Obsolete scoreboard code uses this.
       AC_CHECK_HEADERS(sys/times.h)
       AC_CHECK_FUNCS(times)
  -
  -    EXTRA_CFLAGS="$EXTRA_CFLAGS -DMPMT_PTHREAD"
   fi