mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
fix libxml req version
Original commit message from CVS: fix libxml req version
This commit is contained in:
parent
e776275061
commit
2ee4c34ff8
3 changed files with 8 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac: pass required libxml version as argument
|
||||||
|
(bug reported by Christophe Fergeau)
|
||||||
|
|
||||||
2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* docs/gst/gstreamer-docs.sgml:
|
* docs/gst/gstreamer-docs.sgml:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit d7fa1407cff7d2054ba22ac6824eba4086fdd047
|
Subproject commit a2d2883febd16e51a267a580cc4413b2a17a91a9
|
|
@ -220,12 +220,8 @@ if test "x$GST_DISABLE_LOADSAVE" = "xyes" && test "x$GST_DISABLE_REGISTRY" = "xy
|
||||||
then
|
then
|
||||||
AC_MSG_NOTICE([Registry and load/save are disabled, not checking for libxml2])
|
AC_MSG_NOTICE([Registry and load/save are disabled, not checking for libxml2])
|
||||||
else
|
else
|
||||||
dnl Minimum required version of libxml2
|
dnl check for libxml2 with minimum req version
|
||||||
LIBXML2_REQ="2.4.9"
|
GST_LIBXML2_CHECK(2.4.9)
|
||||||
AC_SUBST(LIBXML2_REQ)
|
|
||||||
|
|
||||||
dnl check for libxml2
|
|
||||||
GST_LIBXML2_CHECK()
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl popt checks
|
dnl popt checks
|
||||||
|
|
Loading…
Reference in a new issue