]> granicus.if.org Git - apache/commitdiff
Stop checking for Shared Memory. This function is actually no longer
authorRyan Bloom <rbb@apache.org>
Tue, 13 Jun 2000 01:08:20 +0000 (01:08 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 13 Jun 2000 01:08:20 +0000 (01:08 +0000)
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

server/mpm/dexter/config.m4
server/mpm/mpmt_pthread/config.m4
server/mpm/prefork/config.m4

index 9c50938bb99da0c29576c5c34b01b4ec2c48cf47..41afb59b3c93fabe64085a8ac17b025bbacc245e 100644 (file)
@@ -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
index e85d2570f3ad4d71f4d3f76ea5ce0918b84debea..343a265a8fec860b90a63f1e885338bdb4d7215c 100644 (file)
@@ -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)
index 1fbf4fa8aba279eed7427f226acd9e87b2002a3d..be49ffb977c4cd4d90174279948d5787f6f6de04 100644 (file)
@@ -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)