ossp-pkg/uuid/uuid.ac 1.5 -> 1.6
--- uuid.ac 2004/01/11 08:27:18 1.5
+++ uuid.ac 2004/01/13 19:43:14 1.6
@@ -86,6 +86,7 @@
AC_CHECK_FUNCS(getifaddrs nanosleep)
dnl # check size of built-in types
+ AC_CHECK_TYPES([long long, long double])
AC_CHECK_SIZEOF(char, 1)
AC_CHECK_SIZEOF(unsigned char, 1)
AC_CHECK_SIZEOF(short, 2)
|
|