summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-16 11:26:18 +0200
committerStef Walter <stefw@gnome.org>2012-07-16 11:30:34 +0200
commit9d5c86537af8940d26a573da82cafb69640438b2 (patch)
tree5eddf5d957848e151b0b1aec9d835926730a8433 /configure.ac
parentd31a26df7ce8d9c084b9c66fe00458683dde9864 (diff)
downloadgnome-keyring-9d5c86537af8940d26a573da82cafb69640438b2.tar.gz
Convert from EggBytes to GBytes
* We were using EggBytes while GBytes was not yet in a stable glib release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 04bd5999..7c0e68f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ GTK_DOC_CHECK(1.9)
DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28.0)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32.0)
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)