David Phillips fix for test 518 and my extension to make it not run on

systems that can't run it fine.
This commit is contained in:
Daniel Stenberg
2004-11-22 22:26:46 +00:00
parent f84d2b4d36
commit a4e1ac7952
6 changed files with 99 additions and 11 deletions

View File

@@ -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