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
This commit is contained in:
Ryan Bloom
2001-08-21 23:33:10 +00:00
parent 52eb79c79f
commit 5895fdce9f

View File

@ -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