Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment