* libmisc/copydir.c, configure.in: Check for the presence of

st_mtim and st_mtimensec, as for st_atim and st_atimensec.
This commit is contained in:
nekral-guest
2008-09-07 00:05:38 +00:00
parent bab84a13ff
commit 828e9d095e
3 changed files with 19 additions and 5 deletions

View File

@@ -54,6 +54,8 @@ AC_HEADER_STAT
AC_CHECK_MEMBERS([struct stat.st_rdev])
AC_CHECK_MEMBERS([struct stat.st_atim])
AC_CHECK_MEMBERS([struct stat.st_atimensec])
AC_CHECK_MEMBERS([struct stat.st_mtim])
AC_CHECK_MEMBERS([struct stat.st_mtimensec])
AC_HEADER_TIME
AC_STRUCT_TM