Add check for existance of long long type.

This commit is contained in:
Erik de Castro Lopo 2004-10-14 00:17:05 +00:00
parent d4a4aa70a6
commit defcfda191

View File

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