[llvm-commits] CVS: llvm/autoconf/configure.ac

John Criswell criswell at cs.uiuc.edu
Thu Sep 2 11:44:55 PDT 2004



Changes in directory llvm/autoconf:

configure.ac updated: 1.105 -> 1.106
---
Log message:

Added a check for u_int64_t, which is used by Interix.



---
Diffs of the changes:  (+1 -0)

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.105 llvm/autoconf/configure.ac:1.106
--- llvm/autoconf/configure.ac:1.105	Wed Sep  1 17:55:34 2004
+++ llvm/autoconf/configure.ac	Thu Sep  2 13:44:44 2004
@@ -316,6 +316,7 @@
 AC_TYPE_SIZE_T
 AC_CHECK_TYPES([int64_t],,AC_MSG_ERROR([Type int64_t required but not found]))
 AC_CHECK_TYPES([uint64_t],,AC_MSG_ERROR([Type uint64_t required but not found]))
+AC_CHECK_TYPES([u_int64_t])
 AC_HEADER_TIME
 AC_STRUCT_TM
 






More information about the llvm-commits mailing list