aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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