]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
libcdecl: Try unsigned __int64 for a 64-bit type.
[cdecl99.git] / configure.ac
index d8a413b14669ce1d31caf94cee173d6db4de46b2..8e4286b7cb49c1b9dba01c7a60e67d48d0a9b87d 100644 (file)
@@ -29,9 +29,11 @@ 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
+AM_PROG_AR
 
 LT_INIT
 gl_INIT