summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-17 17:57:50 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-17 18:01:54 +0100
commit4f67d0e00694967c31ab35ab6eec0a325bc19d5d (patch)
treef85bf0dbc32427f7448f8b959780e4dd848575ac /configure.ac
parentb7eaf004dd62f4425cc6027420533b493640d70d (diff)
downloadtelepathy-gabble-4f67d0e00694967c31ab35ab6eec0a325bc19d5d.tar.gz
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 <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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)