mirror of
https://github.com/curl/curl.git
synced 2026-07-31 13:28:05 +03:00
check for strtoll(), for the upcoming >2GB patch
This commit is contained in:
parent
77a5e7c646
commit
4eb9ac0821
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue