From bc84bd7b718e5cf46cbdc49557d2d18d544a2626 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Thu, 29 Jan 2009 00:17:12 +0100 Subject: [PATCH] give configure check "sub-second timestamps without struct timespec" a chance to succeed --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1