diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-22 21:03:25 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-22 21:03:25 +0800 |
commit | 9198e7f6d9167804b6682129f4e5b7e67f783398 (patch) | |
tree | 165eb81e35e249e7a2fa18789b0d0d7a8c8b8157 /configure.ac | |
parent | ee0869ab06ca33e8a19301dc96f5dadf84184972 (diff) | |
download | gsoc2013-empathy-9198e7f6d9167804b6682129f4e5b7e67f783398.tar gsoc2013-empathy-9198e7f6d9167804b6682129f4e5b7e67f783398.tar.gz gsoc2013-empathy-9198e7f6d9167804b6682129f4e5b7e67f783398.tar.bz2 gsoc2013-empathy-9198e7f6d9167804b6682129f4e5b7e67f783398.tar.lz gsoc2013-empathy-9198e7f6d9167804b6682129f4e5b7e67f783398.tar.xz gsoc2013-empathy-9198e7f6d9167804b6682129f4e5b7e67f783398.tar.zst gsoc2013-empathy-9198e7f6d9167804b6682129f4e5b7e67f783398.zip |
Use champlain 0.14
That's the version which will be used with GNOME 3.4.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d3cd1e1a1..961b5156f 100644 --- a/configure.ac +++ b/configure.ac @@ -413,8 +413,8 @@ if test "x$enable_map" != "xno"; then PKG_CHECK_MODULES(LIBCHAMPLAIN, [ clutter-gtk-1.0 - champlain-gtk-0.12 - champlain-0.12 >= $CHAMPLAIN_REQUIRED + champlain-gtk-0.14 + champlain-0.14 >= $CHAMPLAIN_REQUIRED ], have_libchamplain="yes", have_libchamplain="no") if test "x$have_libchamplain" = "xyes"; then |