Commit 59fc9194 authored by Greg Stein's avatar Greg Stein
Browse files

[ missed in last commit ]

clean out some headers and libs from the configure process (not needed)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88062 13f79535-47bb-0310-9956-ffa450edef68
parent 1a80c8fe
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -78,17 +78,10 @@ dnl explicitly so that the normal HAVE_xxx_H symbol is defined.
AC_HEADER_STDC
AC_CHECK_HEADERS( \
string.h \
stdlib.h \
ctype.h \
limits.h \
unistd.h \
sys/time.h \
sys/types.h \
sys/socket.h \
netinet/in.h \
netinet/tcp.h \
arpa/inet.h \
netdb.h \
pwd.h \
grp.h \
strings.h
@@ -270,8 +263,6 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "conf/$progname.conf",
AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR",
	[Location of the source for the current MPM])

AC_TYPE_RLIM_T

perlbin=`$srcdir/build/PrintPath perl`
AC_SUBST(perlbin)

+4 −0
Original line number Diff line number Diff line
if test "$OS" = "unix" ; then
    AC_TYPE_RLIM_T

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

    AC_CHECK_FUNCS( \
    setsid \
    killpg \