configure: require gobject-introspection >= 0.9.12

Earlier versions don't honour the -L/--library-path option,
which we need. See commit 4d0ccdad in gobject-introspection git.
This commit is contained in:
Tim-Philipp Müller 2011-01-12 15:46:00 +00:00
parent d4407efd66
commit 3a59d416af

View file

@ -254,7 +254,7 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
dnl check for gobject-introspection
GOBJECT_INTROSPECTION_CHECK([0.6.3])
GOBJECT_INTROSPECTION_CHECK([0.9.12])
dnl check for documentation tools
AG_GST_DOCBOOK_CHECK