diff options
author | Ryan Bloom <rbb@apache.org> | 2001-08-22 01:33:10 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-08-22 01:33:10 +0200 |
commit | 5895fdce9f9941f8081ba92b38060e03ec25b27e (patch) | |
tree | aa2d7067baf4fae08bc0ba712d49bb710dd11ae8 /os | |
parent | Fix a storage leak in mod_mime_magic. (diff) | |
download | apache2-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.m4 | 2 |
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 |