configure.ac: Disable subparse when xml is disabled. It woundn't work anyway. Fixes test runs.

Original commit message from CVS:
* configure.ac:
Disable subparse when xml is disabled. It woundn't work anyway. Fixes
test runs.
This commit is contained in:
Stefan Kost 2008-09-02 15:07:09 +00:00
parent 2fcee6f449
commit afffd2d620
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-09-02 Stefan Kost <ensonic@users.sf.net>
* configure.ac:
Disable subparse when xml is disabled. It woundn't work anyway. Fixes
test runs.
2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
* po/POTFILES.in:

View file

@ -304,6 +304,13 @@ AG_GST_CHECK_PLUGIN(videorate)
AG_GST_CHECK_PLUGIN(videoscale)
AG_GST_CHECK_PLUGIN(volume)
dnl check for gstreamer core features (subsystems)
GST_CONFIGPATH=`$PKG_CONFIG --variable=includedir gstreamer-0.10`"/gst/gstconfig.h"
AG_GST_PARSE_SUBSYSTEM_DISABLES($GST_CONFIGPATH)
if test $GST_DISABLE_XML = "1"; then
AG_GST_DISABLE_PLUGIN(subparse)
fi
dnl disable plug-ins that require libxml2's HTML support if it is not available
if test "x$HAVE_LIBXML_HTML" != "xyes"; then
AG_GST_DISABLE_PLUGIN(subparse)