diff options
| author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-15 21:44:11 -0400 | 
|---|---|---|
| committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-15 21:44:11 -0400 | 
| commit | 5c5447169754481188d0412bea88720935dfc773 (patch) | |
| tree | 17b26e332ed9f9ab8f3f4e317ace34637f497a86 | |
| parent | 5f674080ff0ddffc1ff08bab24246d5286d09ded (diff) | |
Bump required Telepathy GLib version for TpTextChannel
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index e8d21357f..5ce75e00b 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ AC_COPYRIGHT([  GLIB_REQUIRED=2.25.11  DBUS_REQUIRED=1.1.0  DBUS_GLIB_REQUIRED=0.82 -TELEPATHY_GLIB_REQUIRED=0.11.7 +TELEPATHY_GLIB_REQUIRED=0.13.10  # Warning if GLib/GDK/GTK headers are included  AC_DEFINE(G_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GLib]) | 
