Implemented sub-second W32 filesystem interface by new: CaptiveFileInfoObject
[captive.git] / configure.ac
index bbddb7d..51d8f47 100644 (file)
@@ -336,6 +336,14 @@ if test x$enable_fuse != xno;then
                fi
                ])
 fi
+if $have_fuse;then
+       AC_CHECK_MEMBERS([struct stat.st_atim])
+       AC_CHECK_MEMBERS([struct stat.st_atimensec])
+       AC_CHECK_MEMBERS([struct stat.st_mtim])
+       AC_CHECK_MEMBERS([struct stat.st_mtimensec])
+       AC_CHECK_MEMBERS([struct stat.st_ctim])
+       AC_CHECK_MEMBERS([struct stat.st_ctimensec])
+fi
 AM_CONDITIONAL(ENABLE_FUSE,[ $have_fuse ])
 # Avoid default backward compatibility mode - see the heading of: <fuse.h>
 FUSE_CFLAGS="$FUSE_CFLAGS -DFUSE_USE_VERSION=22"