From e130b9acd6d2a7d2aa389cc982717edfe9fb56aa Mon Sep 17 00:00:00 2001 From: Lee Hanxue Date: Fri, 9 May 2014 11:25:43 +0800 Subject: Remove fuse utimens dependency for OSX --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0997c61..878b9ff 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,8 @@ if test x"$with_core_foundation" == "xyes" ; then LDFLAGS="${LDFLAGS} -framework CoreFoundation" fi +AM_CONDITIONAL(BUILD_OS_IS_DARWIN, [test x"$build_os" = darwin]) + my_CPPFLAGS="-D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26" my_CFLAGS="$my_CFLAGS -Wall" my_LDFLAGS="-pthread" -- cgit v1.2.3