summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-29 14:57:02 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-29 14:58:27 +0100
commita51d6bf40f2bd51263c547943a315a5738c14c13 (patch)
tree4d7367696ffdeb6917a14328332e1f5933694c25 /configure.ac
parent5be14df2444d9fcc3518c5f54872c87b924e3e98 (diff)
Revert "--enable-gio requires GVariant, which is >= 2.24"
It is actually only the shell/Library_losessioninstall.mk that requires GVariant, and that one is Linux-only, all other GIO stuff is fine. Which means now e.g. the ARM tinderbox fails. Revert, and either ignore or wait for somebody to write a better check. This reverts commit e5114027382a092e91b5280a54db256bf0b5c556.
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 2d67af72b95b..52efca7a2cbd 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 >= 2.24 )
+ PKG_CHECK_MODULES( GIO, gio-2.0 )
else
AC_MSG_RESULT([no])
fi