telepathy-glib: Enable GLib 2.36 deprecation warnings
Simon McVittie
smcv at kemper.freedesktop.org
Tue Jan 7 06:02:37 PST 2014
Module: telepathy-glib
Branch: master
Commit: bfef0a5bc50485ff39ab1cc9e329aee71271aa91
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=bfef0a5bc50485ff39ab1cc9e329aee71271aa91
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Mon Nov 11 17:20:08 2013 +0000
Enable GLib 2.36 deprecation warnings
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c1ea449..3a7936a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ dnl Check for Glib
PKG_CHECK_MODULES(GLIB,
[glib-2.0 >= 2.36, gobject-2.0 >= 2.36, gio-2.0 >= 2.36])
-AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_34], [Ignore post 2.34 deprecations])
+AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], [Ignore post 2.36 deprecations])
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], [Prevent post 2.36 APIs])
dnl Check for GIO-Unix
More information about the telepathy-commits
mailing list