From 8c05063e32f2433b932df95ba1fe46e685541a5e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 2 Aug 2000 00:56:28 +0000 Subject: [PATCH] -DMPMT_PTHREAD is no longer needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85973 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/mpmt_pthread/config.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/mpm/mpmt_pthread/config.m4 b/server/mpm/mpmt_pthread/config.m4 index 2f6b51dad7..343a265a8f 100644 --- a/server/mpm/mpmt_pthread/config.m4 +++ b/server/mpm/mpmt_pthread/config.m4 @@ -11,6 +11,4 @@ if test "$MPM_NAME" = "mpmt_pthread" ; then dnl Obsolete scoreboard code uses this. AC_CHECK_HEADERS(sys/times.h) AC_CHECK_FUNCS(times) - - EXTRA_CFLAGS="$EXTRA_CFLAGS -DMPMT_PTHREAD" fi -- 2.40.0