From a4e1ac79527d8ac3552d96a00e5f2966123d0374 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 Nov 2004 22:26:46 +0000 Subject: David Phillips fix for test 518 and my extension to make it not run on systems that can't run it fine. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1021ceeff..019bce231 100644 --- a/configure.ac +++ b/configure.ac @@ -1138,6 +1138,7 @@ AC_CHECK_HEADERS( utime.h \ sys/utime.h \ sys/poll.h \ + sys/resource.h \ libgen.h \ locale.h \ setjmp.h, @@ -1240,7 +1241,9 @@ AC_CHECK_FUNCS( strtoll \ setlocale \ ftruncate \ pipe \ - poll, + poll \ + getrlimit \ + setrlimit, dnl if found [], dnl if not found, $ac_func is the name we check for -- cgit v1.2.3