summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-23 13:56:44 -0400
committerColin Walters <walters@verbum.org>2010-09-23 13:56:44 -0400
commit2525786185e0f9025f88c00769d948d2b83d646d (patch)
tree2bb9c6b85c03f6ad15b1abd0b141bed347d75aae
parent0258ba437d4cd55c7564d0efc07d68f96297b829 (diff)
downloadgobject-introspection-2525786185e0f9025f88c00769d948d2b83d646d.tar.gz
configure: Explicitly require GLib 2.24
We're handling GVariant at least internally now. Potentially we could support earlier, but eh.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e8de5d6c..32259573 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,7 +185,7 @@ AC_CHECK_SIZEOF(short)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
-PKG_CHECK_MODULES(GIREPO, [glib-2.0 gobject-2.0 gmodule-2.0 gio-2.0])
+PKG_CHECK_MODULES(GIREPO, [glib-2.0 >= 2.24.0 gobject-2.0 gmodule-2.0 gio-2.0])
# if we ever remove manual check for ffi and require .pc file, then
# just put libffi in the PKG_CHECK_MODULES(GIREPO) deps