Commit 4eb9ac08 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 77a5e7c6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 \