From: Björn Jacke Date: Wed, 28 Jan 2009 23:17:12 +0000 (+0100) Subject: give configure check "sub-second timestamps without struct timespec" a chance to... X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=bc84bd7b718e5cf46cbdc49557d2d18d544a2626 give configure check "sub-second timestamps without struct timespec" a chance to succeed --- diff --git a/source3/configure.in b/source3/configure.in index 40130fb30077..0de44f384fb8 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