aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-25 17:48:21 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-26 17:21:28 +0800
commit886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4 (patch)
tree5beb4ee8a1d711ab51a3ae494774476535ad8d28
parente13f9d39a868176022b9fba9e1c17a560937e7a5 (diff)
downloadgsoc2013-empathy-886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4.tar
gsoc2013-empathy-886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4.tar.gz
gsoc2013-empathy-886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4.tar.bz2
gsoc2013-empathy-886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4.tar.lz
gsoc2013-empathy-886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4.tar.xz
gsoc2013-empathy-886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4.tar.zst
gsoc2013-empathy-886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4.zip
Disable GLib deprecation warnings in stable branch
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e7595dbb6..58f74c1bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,9 @@ NETWORK_MANAGER_REQUIRED=0.7.0
#ifelse(empathy_released, 1, [], [enable_maintainer_mode="yes"])
#GNOME_MAINTAINER_MODE_DEFINES
+# Disable GLib deprecation warnings in the stable branch
+AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, [Build with GLib deprecated])
+
# telepathy-yell
prev_top_build_prefix=$ac_top_build_prefix
prev_ac_configure_args=$ac_configure_args