summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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