telepathy-idle: Warn on use of post-2.30 GLib APIs again

Simon McVittie smcv at kemper.freedesktop.org
Wed May 1 09:01:43 PDT 2013


Module: telepathy-idle
Branch: master
Commit: 92da2de2a91348121d85dad99d85e3657a9bf719
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=92da2de2a91348121d85dad99d85e3657a9bf719

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed May  1 14:18:46 2013 +0100

Warn on use of post-2.30 GLib APIs again

---

 configure.ac |    2 +-
 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 ])



More information about the telepathy-commits mailing list