Commit a00de093 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent 7bfe853a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)