diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-10 16:05:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-10 16:05:26 +0000 |
commit | 4eb9ac0821e68af99f3c6200659b69dd9839810b (patch) | |
tree | 30d9f34d138b842555584a8045cfe94baf982ffe | |
parent | 77a5e7c6460b6259b789bf4c353252e2954d4e47 (diff) |
check for strtoll(), for the upcoming >2GB patch
-rw-r--r-- | configure.ac | 3 |
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 \ |