summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 296124399..0660c5397 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3455,10 +3455,10 @@ fi
3455AC_CHECK_TYPES([long long, unsigned long long, long double]) 3455AC_CHECK_TYPES([long long, unsigned long long, long double])
3456 3456
3457# Check datatype sizes 3457# Check datatype sizes
3458AC_CHECK_SIZEOF([short int], [2]) 3458AC_CHECK_SIZEOF([short int])
3459AC_CHECK_SIZEOF([int], [4]) 3459AC_CHECK_SIZEOF([int])
3460AC_CHECK_SIZEOF([long int], [4]) 3460AC_CHECK_SIZEOF([long int])
3461AC_CHECK_SIZEOF([long long int], [8]) 3461AC_CHECK_SIZEOF([long long int])
3462 3462
3463# Sanity check long long for some platforms (AIX) 3463# Sanity check long long for some platforms (AIX)
3464if test "x$ac_cv_sizeof_long_long_int" = "x4" ; then 3464if test "x$ac_cv_sizeof_long_long_int" = "x4" ; then