mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:33:08 +03:00
check the size of size_t for lib/mprintf.c
This commit is contained in:
parent
4d9517f0b4
commit
78e6508e22
1 changed files with 1 additions and 0 deletions
|
|
@ -1109,6 +1109,7 @@ AC_CHECK_SIZEOF(curl_off_t, ,[
|
|||
#include <stdio.h>
|
||||
#include "$srcdir/include/curl/curl.h"
|
||||
])
|
||||
AC_CHECK_SIZEOF(size_t)
|
||||
|
||||
AC_CHECK_TYPE(long long,
|
||||
[AC_DEFINE(HAVE_LONGLONG, 1, [if your compiler supports 'long long'])])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue