]> granicus.if.org Git - apache/commitdiff
-DMPMT_PTHREAD is no longer needed.
authorJeff Trawick <trawick@apache.org>
Wed, 2 Aug 2000 00:56:28 +0000 (00:56 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 2 Aug 2000 00:56:28 +0000 (00:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85973 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_pthread/config.m4

index 2f6b51dad7c4bbdb0a560090328acd780a971f99..343a265a8fec860b90a63f1e885338bdb4d7215c 100644 (file)
@@ -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