git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1116372
)
give configure check "sub-second timestamps without struct timespec" a chance to...
author
Björn Jacke
<bj@sernet.de>
Wed, 28 Jan 2009 23:17:12 +0000
(
00:17
+0100)
committer
Jeremy Allison
<jra@samba.org>
Thu, 29 Jan 2009 17:51:35 +0000
(09:51 -0800)
source3/configure.in
patch
|
blob
|
history
diff --git
a/source3/configure.in
b/source3/configure.in
index 40130fb30077a99ed602eb86339cabbb241842f2..0de44f384fb8978f0ec70dddeefedfa636b39f2a 100644
(file)
--- 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