mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 20:12:28 +00:00
Closes: [ #518093 ] libxml2-dev absence not caught on config
Original commit message from CVS: Closes: [ #518093 ] libxml2-dev absence not caught on config
This commit is contained in:
parent
21cd0846ee
commit
3869c72e63
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 2d7b19ccea5558f1689a287374f645a593291407
|
||||
Subproject commit fd02f1d955e13407fd27314b1568023bd2061df7
|
|
@ -111,7 +111,7 @@ PKG_CHECK_MODULES(XML, libxml-2.0, HAVE_LIBXML2=yes, HAVE_LIBXML2=no)
|
|||
if test "x$HAVE_LIBXML2" = "xyes"; then
|
||||
AC_DEFINE(HAVE_LIBXML2)
|
||||
else
|
||||
AC_ERROR([Need libxml2 for glib2 builds -- you should be able to do without it -- this needs fixing])
|
||||
AC_MSG_ERROR([Need libxml2 for glib2 builds -- you should be able to do without it -- this needs fixing])
|
||||
fi
|
||||
AC_SUBST(LIBXML_PKG)
|
||||
AC_SUBST(XML_LIBS)
|
||||
|
|
Loading…
Reference in a new issue