diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-03-18 08:28:03 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:14 +0800 |
commit | 7761eeb4a0e307c14a96906cca1a94346f39c3a6 (patch) | |
tree | a0cf285000890c0633bdc1031bddcb73f9b952d5 /configure.ac | |
parent | 2914c6d76ae6a76e551ccaad01bc9edf2f375d08 (diff) | |
download | gsoc2013-empathy-7761eeb4a0e307c14a96906cca1a94346f39c3a6.tar gsoc2013-empathy-7761eeb4a0e307c14a96906cca1a94346f39c3a6.tar.gz gsoc2013-empathy-7761eeb4a0e307c14a96906cca1a94346f39c3a6.tar.bz2 gsoc2013-empathy-7761eeb4a0e307c14a96906cca1a94346f39c3a6.tar.lz gsoc2013-empathy-7761eeb4a0e307c14a96906cca1a94346f39c3a6.tar.xz gsoc2013-empathy-7761eeb4a0e307c14a96906cca1a94346f39c3a6.tar.zst gsoc2013-empathy-7761eeb4a0e307c14a96906cca1a94346f39c3a6.zip |
Use tp_connection_get_self_handle where needed
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 c3926fdb2..a387b0e36 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.23 +TELEPATHY_GLIB_REQUIRED=0.7.26 MISSION_CONTROL_REQUIRED=4.61 ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 |