From 4f67d0e00694967c31ab35ab6eec0a325bc19d5d Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Thu, 17 May 2012 17:57:50 +0100 Subject: configure: ignore post 0.18 deprecations so we can build against tp-glib master Gabble still uses emit_new_channels and tp_handle_{,un}ref, but for now we can ignore it with this. config.h had to be included in the right place for a lot of source files. Signed-off-by: Jonny Lamb --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 12303e2b2..264923279 100644 --- a/configure.ac +++ b/configure.ac @@ -296,6 +296,7 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1.0, dbus-glib-1 >= 0.82]) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) +AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations]) PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.19.0]) AC_SUBST(TP_GLIB_CFLAGS) -- cgit v1.2.1