From: Jeff Trawick Date: Wed, 2 Aug 2000 00:56:28 +0000 (+0000) Subject: -DMPMT_PTHREAD is no longer needed. X-Git-Tag: APACHE_2_0_ALPHA_5~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c05063e32f2433b932df95ba1fe46e685541a5e;p=apache -DMPMT_PTHREAD is no longer needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85973 13f79535-47bb-0310-9956-ffa450edef68 --- 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