curl: move to core packages
[openwrt/staging/dedeckeh.git] / package / network / utils / curl / patches / 100-check_long_long.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -2904,6 +2904,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