mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user