aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-22 19:58:51 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-22 20:31:04 +0800
commit28e7dfce3fc32da715cb478032393ec0707abc5f (patch)
tree55535932f65e9b61d7b623fae334dc43e484d507 /configure.ac
parent3712762752995bca3c88ed9469310c6c4ab75f59 (diff)
downloadgsoc2013-empathy-28e7dfce3fc32da715cb478032393ec0707abc5f.tar
gsoc2013-empathy-28e7dfce3fc32da715cb478032393ec0707abc5f.tar.gz
gsoc2013-empathy-28e7dfce3fc32da715cb478032393ec0707abc5f.tar.bz2
gsoc2013-empathy-28e7dfce3fc32da715cb478032393ec0707abc5f.tar.lz
gsoc2013-empathy-28e7dfce3fc32da715cb478032393ec0707abc5f.tar.xz
gsoc2013-empathy-28e7dfce3fc32da715cb478032393ec0707abc5f.tar.zst
gsoc2013-empathy-28e7dfce3fc32da715cb478032393ec0707abc5f.zip
Check for champlain 0.12.1
We don't strictly depend on it but maps in tooltips will crash as hell with any previous version. https://bugzilla.gnome.org/show_bug.cgi?id=661500
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index acb44d502..f0b2eb907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,7 @@ GEOCLUE_REQUIRED=0.11
ISO_CODES_REQUIRED=0.35
NAUTILUS_SENDTO_REQUIRED=2.90.0
NETWORK_MANAGER_REQUIRED=0.7.0
+CHAMPLAIN_REQUIRED=0.12.1
# Use --enable-maintainer-mode to disable deprecated symbols,
# disable single include and enable GSEAL. If this is not a released empathy,
@@ -450,7 +451,7 @@ if test "x$enable_map" != "xno"; then
[
clutter-gtk-1.0
champlain-gtk-0.12
- champlain-0.12
+ champlain-0.12 >= $CHAMPLAIN_REQUIRED
], have_libchamplain="yes", have_libchamplain="no")
if test "x$have_libchamplain" = "xyes"; then