From: Carlos Garcia Campos Date: Fri, 18 Sep 2009 08:18:32 +0000 (+0200) Subject: [configure] Rebump GTK+ requirements to 2.14 X-Git-Tag: EVINCE_2_29_1~79 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=90e5d88ca221e5fdf77564c4e56c3474d26a0180;p=evince.git [configure] Rebump GTK+ requirements to 2.14 It was accidentally changed to 2.12 by commit e2796d0d1a833e63c9495193c9241bd718f68082, but we really need 2.14. --- diff --git a/configure.ac b/configure.ac index f1724e2a..fe198a67 100644 --- a/configure.ac +++ b/configure.ac @@ -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])