summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-01-29 00:17:12 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-30 14:20:04 +0100
commit37ec855659d83c9c3de8455d4839a7f6027afb90 (patch)
treeff5eb3d48d26b1875c46c0009a5ab3085641780c /source
parentd98820b808581a1c585c8fc45335ccc28ca2888b (diff)
downloadsamba-37ec855659d83c9c3de8455d4839a7f6027afb90.tar.gz
give configure check "sub-second timestamps without struct timespec" a chance to succeed
(cherry picked from commit 772dcc3b3703507af6baee090602a0ae8633fe2f)
Diffstat (limited to 'source')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 08eb67d0e9e..a30de49348c 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1355,7 +1355,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