diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-21 07:14:34 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:15 +0800 |
commit | aa098bf904f8e85fa6aa44ffea99e1e027775d26 (patch) | |
tree | d5e0beedba9bac8df9c142609c89f3abba7f67ec /configure.ac | |
parent | f9911a59c6cb1609535e105b6b31913acf8f0e30 (diff) | |
download | gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.gz gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.bz2 gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.lz gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.xz gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.zst gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.zip |
Replace empathy_connection_get_protocol by tp_connection_parse_object_path
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a387b0e36..0ff17396d 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ GLIB_REQUIRED=2.16.0 GTK_REQUIRED=2.16.0 GCONF_REQUIRED=1.2.0 LIBPANELAPPLET_REQUIRED=2.10.0 -TELEPATHY_GLIB_REQUIRED=0.7.26 +TELEPATHY_GLIB_REQUIRED=0.7.27 MISSION_CONTROL_REQUIRED=4.61 ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 |