summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-14 13:36:53 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-14 13:36:53 +0100
commit2fc57b6d30be9ae13992a1f3b1b27acf2627865f (patch)
tree862c2ffa7ac33e905f009b16622d1052ee8a4994
parent4b224df614e3597a12158268357986b61ff34d4e (diff)
downloadtelepathy-logger-2fc57b6d30be9ae13992a1f3b1b27acf2627865f.tar.gz
Disable GLib deprecation warnings
We are stuck with GValueArray.
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 47057b6..6290051 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,10 @@ TELEPATHY_GLIB_REQUIRED=0.15.6
AC_DEFINE(G_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GLib])
AC_DEFINE(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GDK pixbuf])
+# Disable GLib deprecation warnings for now; GValueArray is deprecated but we
+# need it for dbus-glib.
+AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, [Build with GLib deprecated])
+
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])