]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
libcdecl: Try unsigned __int64 for a 64-bit type.
[cdecl99.git] / configure.ac
index aed400e86e0150fe2397ef348129e9a3b489a61a..8e4286b7cb49c1b9dba01c7a60e67d48d0a9b87d 100644 (file)
@@ -29,6 +29,7 @@ gl_EARLY
 
 AC_HEADER_ASSERT
 AC_TYPE_UNSIGNED_LONG_LONG_INT
+AC_CHECK_TYPES([unsigned __int64])
 AC_C_FLEXIBLE_ARRAY_MEMBER
 AC_C_INLINE
 DX_C_FOR_DECLARATIONS