diff configure.in @ 2037:ad2e0cac775c

updated libchamplain code
author Vladimir Nadvornik <nadvornik@suse.cz>
date Fri, 03 Aug 2012 23:33:18 +0200
parents 27437eeb8c8d
children a1bd12a58ac0
line wrap: on
line diff
--- a/configure.in	Thu Aug 02 20:04:16 2012 +0200
+++ b/configure.in	Fri Aug 03 23:33:18 2012 +0200
@@ -395,7 +395,7 @@
     [libgps=$enableval], [libgps=auto])
 
 if test "x${libgps}" = "xyes"; then
-  PKG_CHECK_MODULES(LIBCHAMPLAIN, [champlain-0.4 >= 0.4],
+  PKG_CHECK_MODULES(LIBCHAMPLAIN, [champlain-0.12 >= 0.12],
     [
       HAVE_LIBCHAMPLAIN=yes
       AC_DEFINE(HAVE_LIBCHAMPLAIN, 1, [define to enable use of GPS maps])
@@ -409,7 +409,7 @@
 fi
 
 if test "x${libgps}" = "xyes"; then
-  PKG_CHECK_MODULES(LIBCHAMPLAIN_GTK, [champlain-gtk-0.4 >= 0.4],
+  PKG_CHECK_MODULES(LIBCHAMPLAIN_GTK, [champlain-gtk-0.12 >= 0.12],
     [
       HAVE_LIBCHAMPLAIN_GTK=yes
       AC_DEFINE(HAVE_LIBCHAMPLAIN_GTK, 1, [define to enable use of GPS maps])