aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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)