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:
parent
77a5e7c646
commit
4eb9ac0821
@ -918,7 +918,8 @@ dnl Checks for library functions.
|
|||||||
dnl AC_PROG_GCC_TRADITIONAL
|
dnl AC_PROG_GCC_TRADITIONAL
|
||||||
AC_TYPE_SIGNAL
|
AC_TYPE_SIGNAL
|
||||||
dnl AC_FUNC_VPRINTF
|
dnl AC_FUNC_VPRINTF
|
||||||
AC_CHECK_FUNCS( socket \
|
AC_CHECK_FUNCS( strtoll \
|
||||||
|
socket \
|
||||||
select \
|
select \
|
||||||
strdup \
|
strdup \
|
||||||
strstr \
|
strstr \
|
||||||
|
Loading…
Reference in New Issue
Block a user