PR24392, Clang warning Wtautological-constant-out-of-range-compare
[deliverable/binutils-gdb.git] / bfd / configure.ac
index 5f02c41520eb1e542e8da418924795227ae3148a..4cd946db00e9a095e16bc0dc7a7c82372d0dbc60 100644 (file)
@@ -189,6 +189,7 @@ AC_TYPE_LONG_DOUBLE
 AC_CHECK_TYPES([long long], [AC_CHECK_SIZEOF(long long)])
 AC_CHECK_SIZEOF(void *)
 AC_CHECK_SIZEOF(long)
+AC_CHECK_SIZEOF(int)
 
 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
   host64=true
This page took 0.024047 seconds and 4 git commands to generate.