From 2588a540be2a18bc1c023398bfdd783b8b3c2046 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 --- source/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configure.in b/source/configure.in index 91f55fd2bd0..aaf5437f044 100644 --- a/source/configure.in +++ b/source/configure.in @@ -1375,7 +1375,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.11.4.GIT