diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3d1e09721..6aac784db 100644 --- a/configure.ac +++ b/configure.ac @@ -467,7 +467,7 @@ AC_ARG_ENABLE(favourite_contacts, if test "x$enable_favourite_contacts" != "xno" -o "x$chain_enable_favourite_contacts" == "xyes"; then PKG_CHECK_MODULES(TELEPATHY_LOGGER, [ - libtelepathy-logger + telepathy-logger ], have_telepathy_logger="yes", have_telepathy_logger="no") if test "x$have_telepathy_logger" = "xyes"; then |