From: Greg Stein Date: Sat, 10 Feb 2001 14:13:50 +0000 (+0000) Subject: [ missed in last commit ] X-Git-Tag: 2.0.10~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c7c72f0288c59ecd34dbecdc381649b6d695c79;p=apache [ 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 --- diff --git a/configure.in b/configure.in index 221853386b..6c1e4941bc 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/os/unix/config.m4 b/os/unix/config.m4 index b968a40bd1..7c145433f4 100644 --- a/os/unix/config.m4 +++ b/os/unix/config.m4 @@ -1,4 +1,8 @@ if test "$OS" = "unix" ; then + AC_TYPE_RLIM_T + + AC_CHECK_HEADERS(sys/time.h sys/resource.h) + AC_CHECK_FUNCS( \ setsid \ killpg \