diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-05 06:57:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-05 06:57:49 +0000 |
commit | 78e6508e2272c61d4f4985ab42639a65ec2482b8 (patch) | |
tree | 956823a6f7c6729f7f81cb0c1323ca1b65032591 | |
parent | 4d9517f0b4092b62dc791125823d6ce581d0c26c (diff) |
check the size of size_t for lib/mprintf.c
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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'])]) |