give configure check "sub-second timestamps without struct timespec" a chance to...
[metze/samba/wip.git] / source3 / configure.in
index 40130fb30077a99ed602eb86339cabbb241842f2..0de44f384fb8978f0ec70dddeefedfa636b39f2a 100644 (file)
@@ -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