give configure check "sub-second timestamps without struct timespec" a chance to...
authorBjörn Jacke <bj@sernet.de>
Wed, 28 Jan 2009 23:17:12 +0000 (00:17 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 29 Jan 2009 17:51:35 +0000 (09:51 -0800)
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