]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Check the size of a time_t.
authorWayne Davison <wayned@samba.org>
Fri, 20 Apr 2007 21:39:08 +0000 (21:39 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 20 Apr 2007 21:39:08 +0000 (21:39 +0000)
configure.in

index f95b7fe4254ddd9c28d7c9f3b9cc87014edc763b..28a4c84884392cd822a00f1f44be048567b65150 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