[empathy/gnome-3-2] Disable GLib deprecation warnings in stable branch



commit 886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Oct 25 11:48:21 2011 +0200

    Disable GLib deprecation warnings in stable branch

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e7595db..58f74c1 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]