]> 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:23:17 +0000 (10:23 +0200)
It was accidentally changed to 2.12 by commit
e2796d0d1a833e63c9495193c9241bd718f68082, but we really need 2.14.

configure.ac

index 9278b4e3ffb0752509f7b36ac5f8e37155baa7ca..38841096516690b2c0198fbd505e9afb28f57024 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])