diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-25 17:48:21 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-25 17:48:21 +0800 |
commit | 5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9 (patch) | |
tree | 3a37e0331c6588736e6a81453614c3336446d05b /configure.ac | |
parent | 957f3d330db1409d7fd00e283d28878cd2c791ef (diff) | |
download | gsoc2013-empathy-5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9.tar gsoc2013-empathy-5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9.tar.gz gsoc2013-empathy-5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9.tar.bz2 gsoc2013-empathy-5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9.tar.lz gsoc2013-empathy-5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9.tar.xz gsoc2013-empathy-5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9.tar.zst gsoc2013-empathy-5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9.zip |
Disable GLib deprecation warnings for now
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4b98d9217..2ddbdedbb 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,11 @@ NETWORK_MANAGER_REQUIRED=0.7.0 #ifelse(empathy_released, 1, [], [enable_maintainer_mode="yes"]) #GNOME_MAINTAINER_MODE_DEFINES +# Disable GLib deprecation warnings for now; we don't want to bump the GLib dep +# and make things harder for contributiors without good reason. We'll re-enable +# those warnings later during the cycle (bgo #662662) +AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, []) + # telepathy-yell prev_top_build_prefix=$ac_top_build_prefix prev_ac_configure_args=$ac_configure_args |