[gvfs] build: Bump fuse requirement for ATOMIC_O_TRUNC support
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] build: Bump fuse requirement for ATOMIC_O_TRUNC support
- Date: Wed, 16 Mar 2011 15:39:13 +0000 (UTC)
commit f6b792cbbfdde70d201b3609d2eb67fd82fcccf2
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
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 061fac2..16c854f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,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]