]> granicus.if.org Git - curl/commitdiff
check the size of size_t for lib/mprintf.c
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 06:57:49 +0000 (06:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 06:57:49 +0000 (06:57 +0000)
configure.ac

index 90fd533e130e9edfcdefca7298e545cb13502420..367f96a4e6471e7edebe4635ee1c644144b7d504 100644 (file)
@@ -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'])])