diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-14 20:36:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-14 20:36:44 +0800 |
commit | 567179a52534b073d0be44c85a741345bca272d4 (patch) | |
tree | 656085d27a736992c7b9953d77097dc7c3658ac7 /configure.ac | |
parent | 0dabe0d490769cb6d50edf9aecc811ca87694ee6 (diff) | |
download | gsoc2013-empathy-567179a52534b073d0be44c85a741345bca272d4.tar gsoc2013-empathy-567179a52534b073d0be44c85a741345bca272d4.tar.gz gsoc2013-empathy-567179a52534b073d0be44c85a741345bca272d4.tar.bz2 gsoc2013-empathy-567179a52534b073d0be44c85a741345bca272d4.tar.lz gsoc2013-empathy-567179a52534b073d0be44c85a741345bca272d4.tar.xz gsoc2013-empathy-567179a52534b073d0be44c85a741345bca272d4.tar.zst gsoc2013-empathy-567179a52534b073d0be44c85a741345bca272d4.zip |
Make use of PresenceChanged signal now that it got fixed in MC 4.53. Fixes bug #466960.
svn path=/trunk/; revision=547
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 e1bf371ce..6b4735cc2 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ LIBGLADE_REQUIRED=2.0.0 LIBPANELAPPLET_REQUIRED=2.10.0 TELEPATHY_REQUIRED=0.3.1 TELEPATHY_GLIB_REQUIRED=0.7.0 -MISSION_CONTROL_REQUIRED=4.37 +MISSION_CONTROL_REQUIRED=4.53 # Uncomment that to build without deprecated symbols # AC_DEFINE(GTK_DISABLE_DEPRECATED, 1, [Disable deprecated GTK symbols]) |