diff options
author | Ryan Bloom <rbb@apache.org> | 2000-06-12 19:04:39 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-06-12 19:04:39 +0200 |
commit | ec58094da8832bc26baa401ad1aa5f55e7ec1753 (patch) | |
tree | d59be92c86f94e7538752fe563af493ebc288962 /server | |
parent | Apache doesn't use struct tm anymore, Remove a check that defines a (diff) | |
download | apache2-ec58094da8832bc26baa401ad1aa5f55e7ec1753.tar.xz apache2-ec58094da8832bc26baa401ad1aa5f55e7ec1753.zip |
All of Apache uses APR for shared memory, so Apache doesn't need to check
for SHM_[RW].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85539 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r-- | server/mpm/config.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 97cddbfb3e..f5634e8429 100644 --- a/server/mpm/config.m4 +++ b/server/mpm/config.m4 @@ -30,7 +30,6 @@ if test "$apache_cv_mpm" = "mpmt_pthread" -o "$apache_cv_mpm" = "dexter"; then fi APACHE_CHECK_SIGWAIT_ONE_ARG -APACHE_CHECK_SHM_RW APACHE_FAST_OUTPUT(modules/mpm/Makefile) MPM_NAME=$apache_cv_mpm |