aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f0e784787..d3b3b5c31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,7 +153,7 @@ fi
if test "x$enable_tpl" = "xyes"; then
PKG_CHECK_MODULES(TPL,
[
- telepathy-logger = $TELEPATHY_LOGGER
+ telepathy-logger-0.1 >= $TELEPATHY_LOGGER
])
AC_SUBST(TPL_CFLAGS)
AC_SUBST(TPL_LIBS)