From: Ryan Bloom Date: Tue, 13 Jun 2000 01:08:20 +0000 (+0000) Subject: Stop checking for Shared Memory. This function is actually no longer X-Git-Tag: APACHE_2_0_ALPHA_5~338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4f482c4944698b7046c1a37e99df0b05b7dbd37;p=apache Stop checking for Shared Memory. This function is actually no longer defined by our autoconf setup, but I forgot to remove all of the calls to it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85560 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/dexter/config.m4 b/server/mpm/dexter/config.m4 index 9c50938bb9..41afb59b3c 100644 --- a/server/mpm/dexter/config.m4 +++ b/server/mpm/dexter/config.m4 @@ -6,5 +6,4 @@ if test "$MPM_NAME" = "dexter" ; then APACHE_FAST_OUTPUT(modules/mpm/$MPM_NAME/Makefile) APACHE_MPM_PTHREAD - APACHE_MPM_CHECK_SHMEM fi diff --git a/server/mpm/mpmt_pthread/config.m4 b/server/mpm/mpmt_pthread/config.m4 index e85d2570f3..343a265a8f 100644 --- a/server/mpm/mpmt_pthread/config.m4 +++ b/server/mpm/mpmt_pthread/config.m4 @@ -7,7 +7,6 @@ if test "$MPM_NAME" = "mpmt_pthread" ; then APACHE_FAST_OUTPUT(modules/mpm/$MPM_NAME/Makefile) APACHE_MPM_PTHREAD - APACHE_MPM_CHECK_SHMEM dnl Obsolete scoreboard code uses this. AC_CHECK_HEADERS(sys/times.h) diff --git a/server/mpm/prefork/config.m4 b/server/mpm/prefork/config.m4 index 1fbf4fa8ab..be49ffb977 100644 --- a/server/mpm/prefork/config.m4 +++ b/server/mpm/prefork/config.m4 @@ -5,8 +5,6 @@ dnl Turn off all threading functions in APR APACHE_FAST_OUTPUT(modules/mpm/$MPM_NAME/Makefile) - APACHE_MPM_CHECK_SHMEM - dnl Obsolete scoreboard code uses this. AC_CHECK_HEADERS(sys/times.h) AC_CHECK_FUNCS(times)