diff options
author | Csaba Henk <csaba.henk@creo.hu> | 2006-09-24 14:53:29 +0000 |
---|---|---|
committer | Csaba Henk <csaba.henk@creo.hu> | 2006-09-24 14:53:29 +0000 |
commit | 3e3a125bd5f1d0f216bb78345cea2dc860082fba (patch) | |
tree | 7460bcc517020af691ff835812a810cad6fd7bd8 /configure.in | |
parent | eafdf42a69455f49fc8f935270fec7550bbc4e7c (diff) | |
download | libfuse-3e3a125bd5f1d0f216bb78345cea2dc860082fba.tar.gz |
Support for nanosec times on FBSD and other FBSD fixes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
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= |