mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Revert "configure: require gobject-introspection >= 0.9.12"
This reverts commit 3a59d416af
.
Reverting this, as the feature we bumped the requirement for
didn't actually work properly or help with the issue we were
trying to fix (and it was fixed differently in the end).
This commit is contained in:
parent
252b1a864a
commit
4a60e3aab7
1 changed files with 1 additions and 1 deletions
|
@ -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.9.12])
|
||||
GOBJECT_INTROSPECTION_CHECK([0.6.3])
|
||||
|
||||
dnl check for documentation tools
|
||||
AG_GST_DOCBOOK_CHECK
|
||||
|
|
Loading…
Reference in a new issue