Commit 32fc59a4 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix the check for killpg(); as it was, we didn't check for

killpg() and we got an ugly "killpg: not found" message on
stderr during configure


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88086 13f79535-47bb-0310-9956-ffa450edef68
parent 50fcf6a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@ if test "$OS" = "unix" ; then

    AC_CHECK_HEADERS(sys/time.h sys/resource.h)

    AC_CHECK_FUNCS(setsid, killpg)
    AC_CHECK_FUNCS(setsid killpg)
fi