Detect presence of int64_t.

This commit is contained in:
Erik de Castro Lopo 2004-07-19 10:12:09 +00:00
parent 231bf7b057
commit fa08b8ad07

View File

@ -112,6 +112,7 @@ AC_CHECK_SIZEOF(float,4)
AC_CHECK_SIZEOF(double,4)
AC_CHECK_SIZEOF(void*,8)
AC_CHECK_SIZEOF(size_t,4)
AC_CHECK_SIZEOF(int64_t,8)
#====================================================================================
# Find an appropriate type for sf_count_t.