aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-22 22:26:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-22 22:26:46 +0000
commita4e1ac79527d8ac3552d96a00e5f2966123d0374 (patch)
tree4bda84d4225040f278e7e59a182810dd1152b214 /configure.ac
parentf84d2b4d361412e3c0a49369ec0299c9e618d4ac (diff)
David Phillips fix for test 518 and my extension to make it not run on
systems that can't run it fine.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
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