1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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 \