diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-07-09 21:01:40 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-07-09 21:01:40 -0400 |
commit | 813bee6f0a543621b37cbcccbfd9731231d6eac6 (patch) | |
tree | 85066074baef75919fd9bafddb20bd3bbba97ecc /configure.ac | |
parent | 0a07e9733bb259598a09515a3e4cdbcda5feef57 (diff) | |
download | gtk+-813bee6f0a543621b37cbcccbfd9731231d6eac6.tar.gz |
Try to fix !srcdir build wrt to introspection
This requires a recent gobject-introspection, so bump the
dependency to 0.9.0. Should fix bug 623520
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5b67a93bd8..e9fbd01abf 100644 --- a/configure.ac +++ b/configure.ac @@ -1556,7 +1556,7 @@ fi # GObject introspection ################################################## -GOBJECT_INTROSPECTION_CHECK([0.6.14]) +GOBJECT_INTROSPECTION_CHECK([0.9.0]) ################################################## # Checks for gtk-doc and docbook-tools |