check for strtoll(), for the upcoming >2GB patch

This commit is contained in:
Daniel Stenberg 2003-12-10 16:05:26 +00:00
parent 77a5e7c646
commit 4eb9ac0821
1 changed files with 2 additions and 1 deletions

View File

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