[telepathy-haze/master] Remove check for tp_debug_divert_messages.

Will Thompson will.thompson at collabora.co.uk
Sat Apr 4 03:14:49 PDT 2009


HAVE_TP_DEBUG_DIVERT_MESSAGES wasn't used, and we depend on new enough
tp-glib now.
---
 configure.ac |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 336f16b..f3df369 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,11 +65,6 @@ PKG_CHECK_MODULES(DBUS_GLIB,[dbus-glib-1 >= 0.73])
 AC_SUBST(DBUS_GLIB_CFLAGS)
 AC_SUBST(DBUS_GLIB_LIBS)
 
-AC_CHECK_LIB(telepathy-glib, tp_debug_divert_messages,
-  [ AC_DEFINE(HAVE_TP_DEBUG_DIVERT_MESSAGES, [],
-    [Define if tp_debug_divert_messages() is provided by telepathy-glib]) ],
-  [], [$TP_GLIB_LIBS])
-
 AC_CHECK_LIB(purple, purple_dbus_uninit,
   [ AC_DEFINE(HAVE_PURPLE_DBUS_UNINIT, [],
     [Define if purple_dbus_uninit is present in libpurple]) ],
-- 
1.5.6.5




More information about the telepathy-commits mailing list