summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 13:03:33 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 13:03:33 +0000
commit7aea6b5ce4246b70983e93cff3454a3a627a32c1 (patch)
tree2db5b5dca79ab6ae95b6edffda5845863eb3b2ce /configure.ac
parentbdafc09c8d55a67e445158779b99d98699864bf5 (diff)
downloadtelepathy-salut-7aea6b5ce4246b70983e93cff3454a3a627a32c1.tar.gz
Add a hard dependency on telepathy-glib 0.6.1 and avoid using #ifdef for tp_debug_set_flags
20080421130333-53eee-01c0cf70c09ca45cf4721d0b258ac39e026e29e1.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 50f1826f..27115a3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,16 +126,11 @@ AC_SUBST(LIBXML2_CFLAGS)
AC_SUBST(LIBXML2_LIBS)
dnl Check for telepathy-glib
-PKG_CHECK_MODULES(TELEPATHY_GLIB, [telepathy-glib >= 0.5.14])
+PKG_CHECK_MODULES(TELEPATHY_GLIB, [telepathy-glib >= 0.6.1])
AC_SUBST(TELEPATHY_GLIB_CFLAGS)
AC_SUBST(TELEPATHY_GLIB_LIBS)
-AC_CHECK_LIB(telepathy-glib, tp_debug_set_flags,
- [ AC_DEFINE(HAVE_TP_DEBUG_SET_FLAGS, [],
- [Define if tp_debug_set_flags() function is provided by telepathy-glib]) ],
- [], [$TELEPATHY_GLIB_LIBS])
-
dnl Check for OpenSSL
AC_ARG_ENABLE(ssl,
AC_HELP_STRING([--enable-ssl],[enable gibber ssl transport [[default=no]]]),