mirror of
https://github.com/novatiq/packages.git
synced 2026-07-27 22:13:49 +01:00
11 lines
229 B
Diff
11 lines
229 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -2954,6 +2954,7 @@ CURL_VERIFY_RUNTIMELIBS
|
|
|
|
AC_CHECK_SIZEOF(size_t)
|
|
AC_CHECK_SIZEOF(long)
|
|
+AC_CHECK_SIZEOF(long long)
|
|
AC_CHECK_SIZEOF(int)
|
|
AC_CHECK_SIZEOF(short)
|
|
CURL_CONFIGURE_LONG
|