From: Carlos Garcia Campos Date: Fri, 18 Jun 2010 09:32:03 +0000 (+0200) Subject: [build] Bump glib version to 2.25.9 X-Git-Tag: EVINCE_2_31_4~24 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=d96200056878571311532b692888f5b8e26f205e;p=evince.git [build] Bump glib version to 2.25.9 GDBus api has changed, see bug #621872. --- diff --git a/configure.ac b/configure.ac index ddb690b1..d193cee7 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AM_CONDITIONAL([PLATFORM_WIN32],[test "$with_platform" = "win32"]) dnl Specify required versions of dependencies GTK_REQUIRED=2.21.2 -GLIB_REQUIRED=2.25.7 +GLIB_REQUIRED=2.25.9 KEYRING_REQUIRED=2.22.0 AC_SUBST([GLIB_REQUIRED]) AC_SUBST([GTK_REQUIRED])