From: Daniel Stenberg Date: Fri, 18 Jan 2002 10:43:55 +0000 (+0000) Subject: commented out the 'long long' and 'long double' checks, as we don't really X-Git-Tag: curl-7_9_3~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a00de093a76403a93889484ce79b0ca0f8797f8d;p=thirdparty%2Fcurl.git commented out the 'long long' and 'long double' checks, as we don't really use them anyway and they cause warnings in lib/mprint.c --- diff --git a/configure.in b/configure.in index 43b80d5b1c..ea23bf901f 100644 --- a/configure.in +++ b/configure.in @@ -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)