From 886d9c9f70c77c1bb1d595595f8b7cf75ea4ebc4 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 25 Oct 2011 11:48:21 +0200 Subject: Disable GLib deprecation warnings in stable branch --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3