diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-05-24 10:53:34 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-05-24 10:53:34 +0100 |
commit | 8ba61e8c0e73eddfb4b6c924b55cb47bdd8638f8 (patch) | |
tree | 20ec5bf253dd6f0407a406c03e63f9c05fe42714 | |
parent | 84b4e4dc8c00b6e1dd06fca908f28ead1959248e (diff) |
Require the latest GObject-Introspection, for GArray support
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1d4bca01c..76fd39206 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AM_PROG_MKDIR_P # pkg-config 0.21 adds CFLAGS from Requires.private, which we need PKG_PROG_PKG_CONFIG([0.21]) -GOBJECT_INTROSPECTION_CHECK([0.6.4]) +GOBJECT_INTROSPECTION_CHECK([0.6.11]) GTK_DOC_CHECK([1.14]) LT_CURRENT=tp_glib_lt_current |