summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-08-10 11:53:40 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-08-10 11:53:40 -0400
commit15f358ff2d55dde44287ee4a9270c3ac09a194f7 (patch)
tree67fb553abb78812e7b3902d66bb7e96701cd7e87 /configure.ac
parenta22786aa68be92cf39239095dc7e810c8019848a (diff)
downloadpolkit-15f358ff2d55dde44287ee4a9270c3ac09a194f7.tar.gz
Require GLib 2.25.12
This was pointed out by Radek Novacek here http://lists.freedesktop.org/archives/polkit-devel/2010-August/000329.html Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc556ff..0aafe93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,7 +120,7 @@ if test "x$GCC" = "xyes"; then
changequote([,])dnl
fi
-PKG_CHECK_MODULES(GLIB, [gio-2.0 >= 2.25.11])
+PKG_CHECK_MODULES(GLIB, [gio-2.0 >= 2.25.12])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)