[gvfs/gnome-2-32] build: Bump fuse requirement for ATOMIC_O_TRUNC support



commit ea7e5e32e5bfc55d73a306d1cb762a2770511824
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Wed Mar 16 16:38:34 2011 +0100

    build: Bump fuse requirement for ATOMIC_O_TRUNC support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642456
    (cherry picked from commit f6b792cbbfdde70d201b3609d2eb67fd82fcccf2)

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ed70e54..fdb292c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,7 +187,7 @@ if test "x$enable_fuse" != "xno"; then
   PKG_CHECK_EXISTS(fuse, msg_fuse=yes)
 
   if test "x$msg_fuse" = "xyes"; then
-    PKG_CHECK_MODULES(FUSE, fuse)
+    PKG_CHECK_MODULES(FUSE, fuse >= 2.8.0)
     AC_DEFINE(HAVE_FUSE, 1, [Define to 1 if FUSE is available])
   fi
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]