autoconf: refactor acinclude.m4
[openafs.git] / src / cf / members.m4
1 AC_DEFUN([OPENAFS_MEMBER_CHECKS],[
2 dnl see what struct stat has for timestamps
3 AC_CHECK_MEMBERS([struct stat.st_ctimespec, struct stat.st_ctimensec])
4 ])