From: Emmanuel Rodriguez Date: Sun, 2 Aug 2009 20:47:07 +0000 (+0200) Subject: Allow debian's lenny gtk version X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c9b1fb029cbeda1efd584a631e1e98eb3473c0d;p=libchamplain Allow debian's lenny gtk version --- diff --git a/configure.ac b/configure.ac index 65eed15..8ba205e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ] )