summaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-08-22 01:33:10 +0200
committerRyan Bloom <rbb@apache.org>2001-08-22 01:33:10 +0200
commit5895fdce9f9941f8081ba92b38060e03ec25b27e (patch)
treeaa2d7067baf4fae08bc0ba712d49bb710dd11ae8 /os
parentFix a storage leak in mod_mime_magic. (diff)
downloadapache2-5895fdce9f9941f8081ba92b38060e03ec25b27e.tar.xz
apache2-5895fdce9f9941f8081ba92b38060e03ec25b27e.zip
We need to check for sys/sem.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r--os/unix/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/os/unix/config.m4 b/os/unix/config.m4
index 688312c4a6..19abe6ae11 100644
--- a/os/unix/config.m4
+++ b/os/unix/config.m4
@@ -1,7 +1,7 @@
if test "$OS" = "unix" ; then
APACHE_TYPE_RLIM_T
- AC_CHECK_HEADERS(sys/time.h sys/resource.h)
+ AC_CHECK_HEADERS(sys/time.h sys/resource.h sys/sem.h)
AC_CHECK_FUNCS(setsid killpg)
fi