diff options
author | Björn Jacke <bj@sernet.de> | 2009-01-29 00:17:12 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-01-29 09:51:35 -0800 |
commit | bc84bd7b718e5cf46cbdc49557d2d18d544a2626 (patch) | |
tree | 032a50a33faad65c7e82e74fe0ba3f043a86d1ac | |
parent | 11163720e6f30e83f523c5009e1e60b5cf28cda6 (diff) | |
download | samba-bc84bd7b718e5cf46cbdc49557d2d18d544a2626.tar.gz samba-bc84bd7b718e5cf46cbdc49557d2d18d544a2626.tar.bz2 samba-bc84bd7b718e5cf46cbdc49557d2d18d544a2626.zip |
give configure check "sub-second timestamps without struct timespec" a chance to succeed
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 40130fb300..0de44f384f 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1423,7 +1423,7 @@ AC_CACHE_CHECK([whether struct stat has sub-second timestamps without struct tim t.tv_sec = s.st_atime; t.tv_nsec = s.st_atimensec; ], - samba_cv_stat_hires=yes, samba_cv_stat_hires=no) + samba_cv_stat_hires_notimespec=yes, samba_cv_stat_hires_notimespec=no) ]) if test x"$samba_cv_stat_hires_notimespec" = x"yes" ; then |