aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-03-12 16:39:34 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-03-12 16:44:24 +0800
commit10f0454af05160f833d9dd8725bc52afc6d75619 (patch)
tree2c534e3427e6513882c4f2cea40c0114e8223c15
parent96b027be0450a7e30173c45b44f81e62662fcf14 (diff)
downloadgsoc2013-empathy-10f0454af05160f833d9dd8725bc52afc6d75619.tar
gsoc2013-empathy-10f0454af05160f833d9dd8725bc52afc6d75619.tar.gz
gsoc2013-empathy-10f0454af05160f833d9dd8725bc52afc6d75619.tar.bz2
gsoc2013-empathy-10f0454af05160f833d9dd8725bc52afc6d75619.tar.lz
gsoc2013-empathy-10f0454af05160f833d9dd8725bc52afc6d75619.tar.xz
gsoc2013-empathy-10f0454af05160f833d9dd8725bc52afc6d75619.tar.zst
gsoc2013-empathy-10f0454af05160f833d9dd8725bc52afc6d75619.zip
Revert dependency on champlain 0.14 to 0.12
As there is likely no 0.14 for gnome 3.4 and there isn't actually any real change in 0.14 revert to checking for 0.12
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 02e4dc5ff..42876013f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -429,8 +429,8 @@ if test "x$enable_map" != "xno"; then
PKG_CHECK_MODULES(LIBCHAMPLAIN,
[
clutter-gtk-1.0
- champlain-gtk-0.14
- champlain-0.14 >= $CHAMPLAIN_REQUIRED
+ champlain-gtk-0.12
+ champlain-0.12 >= $CHAMPLAIN_REQUIRED
], have_libchamplain="yes", have_libchamplain="no")
if test "x$have_libchamplain" = "xyes"; then