]> git.0d.be Git - empathy.git/commitdiff
Revert dependency on champlain 0.14 to 0.12
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 12 Mar 2012 08:39:34 +0000 (09:39 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 12 Mar 2012 08:44:24 +0000 (09:44 +0100)
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

configure.ac

index 02e4dc5ffd31e03801d0244411b1441fc555f65f..42876013fed7d97dcede0f8353b1ecc73a2c82ee 100644 (file)
@@ -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