aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-10 16:05:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-10 16:05:26 +0000
commit4eb9ac0821e68af99f3c6200659b69dd9839810b (patch)
tree30d9f34d138b842555584a8045cfe94baf982ffe /configure.ac
parent77a5e7c6460b6259b789bf4c353252e2954d4e47 (diff)
check for strtoll(), for the upcoming >2GB patch
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8199f13dc..241062c23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -918,7 +918,8 @@ dnl Checks for library functions.
dnl AC_PROG_GCC_TRADITIONAL
AC_TYPE_SIGNAL
dnl AC_FUNC_VPRINTF
-AC_CHECK_FUNCS( socket \
+AC_CHECK_FUNCS( strtoll \
+ socket \
select \
strdup \
strstr \