]> www.fi.muni.cz Git - evince.git/commitdiff
[configure] Rebump GTK+ requirements to 2.14
authorCarlos Garcia Campos <carlosgc@gnome.org>
Fri, 18 Sep 2009 08:18:32 +0000 (10:18 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Fri, 18 Sep 2009 08:21:29 +0000 (10:21 +0200)
It was accidentally changed to 2.12 by commit
e2796d0d1a833e63c9495193c9241bd718f68082, but we really need 2.14.

configure.ac

index f1724e2aae6040c5b20fe79fe112c8a74e66e831..fe198a677ca743fa76d7ba3308dc4a78ae16b848 100644 (file)
@@ -119,7 +119,7 @@ AM_CONDITIONAL([PLATFORM_WIN32],[test "$with_platform" = "win32"])
 
 dnl Specify required versions of dependencies
 DBUS_GLIB_REQUIRED=0.70
-GTK_REQUIRED=2.12.0
+GTK_REQUIRED=2.14.0
 GLIB_REQUIRED=2.18.0
 KEYRING_REQUIRED=2.22.0
 AC_SUBST([GLIB_REQUIRED])