]> granicus.if.org Git - curl/commitdiff
commented out the 'long long' and 'long double' checks, as we don't really
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jan 2002 10:43:55 +0000 (10:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jan 2002 10:43:55 +0000 (10:43 +0000)
use them anyway and they cause warnings in lib/mprint.c

configure.in

index 43b80d5b1ccda61efd08aceb0339f20e62e35ce1..ea23bf901f3f499e12972f1e3d57239a2bc62f57 100644 (file)
@@ -524,9 +524,9 @@ AC_HEADER_TIME
 # mprintf() checks:
 
 # check for 'long double'
-AC_CHECK_SIZEOF(long double, 8)
+AC_CHECK_SIZEOF(long double, 8)
 # check for 'long long'
-AC_CHECK_SIZEOF(long long, 4)
+AC_CHECK_SIZEOF(long long, 4)
 
 # check for ssize_t
 AC_CHECK_TYPE(ssize_t, int)