aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2006-09-24 14:53:29 +0000
committerCsaba Henk <csaba.henk@creo.hu>2006-09-24 14:53:29 +0000
commit3e3a125bd5f1d0f216bb78345cea2dc860082fba (patch)
tree7460bcc517020af691ff835812a810cad6fd7bd8 /configure.in
parenteafdf42a69455f49fc8f935270fec7550bbc4e7c (diff)
downloadlibfuse-3e3a125bd5f1d0f216bb78345cea2dc860082fba.tar.gz
Support for nanosec times on FBSD and other FBSD fixes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f21326e..a20f2b7 100644
--- a/configure.in
+++ b/configure.in
@@ -60,6 +60,7 @@ if test "$enable_mtab" = "no"; then
fi
AC_CHECK_FUNCS([fork setxattr fdatasync])
AC_CHECK_MEMBERS([struct stat.st_atim])
+AC_CHECK_MEMBERS([struct stat.st_atimespec])
libfuse_libs=-pthread
LIBS=