diff options
author | Lee Hanxue <hanxue.developer@gmail.com> | 2014-05-09 11:25:43 +0800 |
---|---|---|
committer | Lee Hanxue <hanxue.developer@gmail.com> | 2014-05-09 11:35:38 +0800 |
commit | e130b9acd6d2a7d2aa389cc982717edfe9fb56aa (patch) | |
tree | 99c7888ec946b1c1c811f12ce96c2ea1bada7dda /configure.ac | |
parent | 799cef8d964f60470cdfd6c9f816d2383a1817fd (diff) | |
download | bindfs-e130b9acd6d2a7d2aa389cc982717edfe9fb56aa.tar.gz |
Remove fuse utimens dependency for OSX
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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" |