From 5b1255d0e3e92635985aa058bdd87670e8891095 Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Fri, 26 Feb 2010 13:52:36 +0000 Subject: Update to TPL 0.1.1 Updated the the pkg-config version to 0.1.1 Updated the the pkg-config dep name fom libtelepathy-logger to telepathy-logger Updated TPL's _finish() methods using one for each async API. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index abb05a4a1..5d09d86f0 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ GLIB_REQUIRED=2.22.0 GTK_REQUIRED=2.18.0 GCONF_REQUIRED=1.2.0 TELEPATHY_GLIB_REQUIRED=0.9.2 -TELEPATHY_LOGGER=0.1.0 +TELEPATHY_LOGGER=0.1.1 ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 LIBNOTIFY_REQUIRED=0.4.4 @@ -152,7 +152,7 @@ fi if test "x$enable_tpl" = "xyes"; then PKG_CHECK_MODULES(TPL, [ - libtelepathy-logger = $TELEPATHY_LOGGER + telepathy-logger = $TELEPATHY_LOGGER ]) AC_SUBST(TPL_CFLAGS) AC_SUBST(TPL_LIBS) -- cgit v1.2.3