Check the size of a time_t.
[rsync/rsync.git] / configure.in
index f95b7fe..28a4c84 100644 (file)
@@ -346,6 +346,7 @@ AC_CHECK_SIZEOF(uint32_t)
 AC_CHECK_SIZEOF(int64_t)
 AC_CHECK_SIZEOF(off_t)
 AC_CHECK_SIZEOF(off64_t)
+AC_CHECK_SIZEOF(time_t)
 
 AC_C_INLINE
 AC_C_LONG_DOUBLE