tidy up timestamp checks
commit263b798db9bd6c26a51fbf38e4d5d693d234fa5f
authorBjörn Jacke <bj@sernet.de>
Wed, 11 Feb 2009 20:19:01 +0000 (11 21:19 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 12 Feb 2009 12:00:44 +0000 (12 13:00 +0100)
tree291241189f9c636fa1ec4f6ef5cee4ab4b9b386e
parentaff48fba1825b2838818ab2f1d037fae32ae132a
tidy up timestamp checks

AC_CHECK_MEMBERS should be a sufficient check, there's no need to do manual
compile tests. We can also assume that we have ctime and atime members when we
have the mtime member.
source3/configure.in
source3/lib/time.c