Commit ef59e043 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent 013c375c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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