summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-07-20 20:25:17 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2011-07-21 14:37:45 -0400
commit3e69fb702393cf42486321c88cede4668329b4c8 (patch)
tree907fca625371a0429a4d2eb74e54e41544c76d59 /configure.in
parent2160de69245ad15826f6aed1a5ef15455d7851d0 (diff)
downloadnautilus-3e69fb702393cf42486321c88cede4668329b4c8.tar.gz
all: switch to g_format_size()
g_format_size_for_display() has been deprecated in GLib and replaced with g_format_size(). Follow that change. https://bugzilla.gnome.org/show_bug.cgi?id=654995
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 48f463c0d..7f1736005 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.54)
dnl ===========================================================================
-m4_define(glib_minver, 2.28.0)
+m4_define(glib_minver, 2.29.13)
m4_define(gnome_desktop_minver, 3.0.0)
m4_define(pango_minver, 1.28.3)
m4_define(gtk_minver, 3.1.6)