summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-29 13:37:08 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-29 13:37:33 +0100
commite5114027382a092e91b5280a54db256bf0b5c556 (patch)
tree42942cc617fee1ae860c2636520c170e91c1e2e2 /configure.ac
parent71ccb4b03138cc72d3106694a8c2bed2a49fe17c (diff)
--enable-gio requires GVariant, which is >= 2.24
Change-Id: If9430ee2d0b92225cbd492f24598852b06f23079
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 52efca7a2cbd..2d67af72b95b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9361,7 +9361,7 @@ if test "$test_gtk" = "yes"; then
fi
ENABLE_GIO="TRUE"
AC_MSG_RESULT([yes])
- PKG_CHECK_MODULES( GIO, gio-2.0 )
+ PKG_CHECK_MODULES( GIO, gio-2.0 >= 2.24 )
else
AC_MSG_RESULT([no])
fi