From: Ryan Bloom Date: Tue, 21 Aug 2001 23:33:10 +0000 (+0000) Subject: We need to check for sys/sem.h X-Git-Tag: 2.0.25~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5895fdce9f9941f8081ba92b38060e03ec25b27e;p=apache 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 --- 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