summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2009-10-01 19:00:48 +0200
committerChristian Kellner <gicmo@gnome.org>2009-10-01 19:12:43 +0200
commitbb30a92179e7d9a624fd87df90a3de20e1ab3cca (patch)
tree5eefc9bb1cf7316551c10b24daa4ea27911a803b
parentda8d0d3f146983d7fb099a90348815d3a18405c1 (diff)
downloadgvfs-bb30a92179e7d9a624fd87df90a3de20e1ab3cca.tar.gz
Bug 586724 - Require gdu version >= 2.28.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2db4dcfd..599f9c24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,7 +236,7 @@ AC_ARG_ENABLE(gdu, [ --disable-gdu build without GDU volume monitor])
msg_gdu=no
GDU_LIBS=
GDU_CFLAGS=
-GDU_REQUIRED=0.5
+GDU_REQUIRED=2.28.0
if test "x$enable_gdu" != "xno"; then
PKG_CHECK_EXISTS([gdu >= $GDU_REQUIRED], msg_gdu=yes)