]> err.no Git - libchamplain/commitdiff
Allow debian's lenny gtk version
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sun, 2 Aug 2009 20:47:07 +0000 (22:47 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 3 Aug 2009 22:14:19 +0000 (18:14 -0400)
configure.ac

index 65eed154ac64ee07187969b105fd50d7ae3b599a..8ba205e32fc9b63e4cbe0659a9b6e700b01b654d 100644 (file)
@@ -104,7 +104,7 @@ if test x$enable_gtk = xyes; then
   AC_SUBST(GTK_DEPS_CFLAGS)
   AC_SUBST(GTK_DEPS_LIBS)
   PKG_CHECK_MODULES(GTK_DEPS,
-    [   gtk+-2.0 >= 2.14
+    [   gtk+-2.0 >= 2.12
         clutter-gtk-0.8 >= 0.8
     ]
   )