diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-10 01:10:51 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-15 16:28:42 +0800 |
commit | 639c68cc074ea525cb769213939383c9ee57fb57 (patch) | |
tree | 5640655fefed35e097266eca32ea483fb2451a23 | |
parent | cd054461923a9c8c7d05fab2a5f7a88b9f2e6431 (diff) | |
download | gsoc2013-empathy-639c68cc074ea525cb769213939383c9ee57fb57.tar gsoc2013-empathy-639c68cc074ea525cb769213939383c9ee57fb57.tar.gz gsoc2013-empathy-639c68cc074ea525cb769213939383c9ee57fb57.tar.bz2 gsoc2013-empathy-639c68cc074ea525cb769213939383c9ee57fb57.tar.lz gsoc2013-empathy-639c68cc074ea525cb769213939383c9ee57fb57.tar.xz gsoc2013-empathy-639c68cc074ea525cb769213939383c9ee57fb57.tar.zst gsoc2013-empathy-639c68cc074ea525cb769213939383c9ee57fb57.zip |
libtelepathy-logger has been renamed to telepathy-logger
-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 |