curl: 7.36.0 -> 7.38.0
[openwrt/openwrt.git] / package / network / utils / curl / patches / 100-check_long_long.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -2877,6 +2877,7 @@ CURL_VERIFY_RUNTIMELIBS
4
5 AC_CHECK_SIZEOF(size_t)
6 AC_CHECK_SIZEOF(long)
7 +AC_CHECK_SIZEOF(long long)
8 AC_CHECK_SIZEOF(int)
9 AC_CHECK_SIZEOF(short)
10 CURL_CONFIGURE_LONG