diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2011-03-16 16:38:34 +0100 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2011-03-21 16:42:33 +0100 |
commit | ea7e5e32e5bfc55d73a306d1cb762a2770511824 (patch) | |
tree | 390c7ee50b77fcf01d6931e6cd5d0724ddb70972 | |
parent | 235d7359325e9d78343cf7f2ce809dbef104152f (diff) | |
download | gvfs-ea7e5e32e5bfc55d73a306d1cb762a2770511824.tar.gz |
build: Bump fuse requirement for ATOMIC_O_TRUNC support
https://bugzilla.gnome.org/show_bug.cgi?id=642456
(cherry picked from commit f6b792cbbfdde70d201b3609d2eb67fd82fcccf2)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ed70e543..fdb292c6 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 |