summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-05-01 14:18:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-05-01 14:22:33 +0100
commit92da2de2a91348121d85dad99d85e3657a9bf719 (patch)
tree1599cded8f9cc2173a02ffec13f86dd05c61114e
parent49920f93164ff3831e64ccfd30d7ecef2c417a99 (diff)
downloadtelepathy-idle-92da2de2a91348121d85dad99d85e3657a9bf719.tar.gz
Warn on use of post-2.30 GLib APIs again
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe10ab2..df9c964 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,7 @@ AC_HEADER_STDC([])
AC_C_INLINE
AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_28, [Ignore post 2.28 deprecations])
-AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_36, [Prevent post 2.30 APIs])
+AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs])
PKG_CHECK_MODULES([GLIB],
[glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0 ])