summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2012-03-16 18:20:20 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2012-03-16 18:21:20 +0100
commitb6f2baefd56027f82aaef74a01416511f5addc6d (patch)
tree2b50b49d8c32d0df27464c6ffc436e9de584b6af
parent44c0ef5ed4f09bc1759d111ec81b850b02d3d8b5 (diff)
downloadatk-b6f2baefd56027f82aaef74a01416511f5addc6d.tar.gz
Bump glib dep to 2.31.2
Needed for G_DEPRECATED_FOR
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c8e08b..2986c12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,7 +160,7 @@ if test "x$GCC" = "xyes"; then
fi
changequote([,])dnl
-GLIB_REQUIRED_VERSION=2.0.0
+GLIB_REQUIRED_VERSION=2.31.2
GLIB_PACKAGES="gobject-2.0"
AC_SUBST(GLIB_PACKAGES)
AC_SUBST(GLIB_REQUIRED_VERSION)