diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-21 11:13:04 +0000 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:39:21 +0200 |
commit | cf7bc6dea0e7ca288a17ca3b43a5f64c7addd30a (patch) | |
tree | 705da412a7565a101e769e8146e7d7ba177ecdec /configure.in | |
parent | 6b16cc2ca82027bac2306a062c6a61b5800e6853 (diff) |
tubes: add API to find contacts with LibO tube support
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cf6f78c11cb5..5b95ea620cfd 100644 --- a/configure.in +++ b/configure.in @@ -8967,7 +8967,7 @@ AC_MSG_CHECKING([whether to enable Telepathy support]) if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_telepathy" = "yes"; then ENABLE_TELEPATHY="TRUE" AC_MSG_RESULT([yes]) - PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.16.4 glib-2.0 gobject-2.0 gthread-2.0 dbus-1 dbus-glib-1 ) + PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.16.4 glib-2.0 gobject-2.0 gthread-2.0 gio-2.0 dbus-1 dbus-glib-1 ) else AC_MSG_RESULT([no]) fi |