From 78e6508e2272c61d4f4985ab42639a65ec2482b8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 May 2004 06:57:49 +0000 Subject: [PATCH] check the size of size_t for lib/mprintf.c --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 90fd533e1..367f96a4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1109,6 +1109,7 @@ AC_CHECK_SIZEOF(curl_off_t, ,[ #include #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'])])