mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
configure.ac: Fix unexpanded autoconf macro GST_DOC, which has been renamed to GST_DOCBOOK_CHECK (see common/m4/gst-d...
Original commit message from CVS: * configure.ac: Fix unexpanded autoconf macro GST_DOC, which has been renamed to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
This commit is contained in:
parent
26745bb132
commit
e35bfb42fc
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-09-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
Fix unexpanded autoconf macro GST_DOC, which has been renamed
|
||||
to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
|
||||
|
||||
2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* sys/oss/gstosssink.c: (gst_oss_sink_prepare):
|
||||
|
|
|
@ -152,7 +152,7 @@ AC_ARG_WITH(pkg-config-path,
|
|||
AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]),
|
||||
[export PKG_CONFIG_PATH=${withval}])
|
||||
|
||||
GST_DOC()
|
||||
GST_DOCBOOK_CHECK()
|
||||
dnl check architecture
|
||||
GST_ARCH()
|
||||
|
||||
|
|
Loading…
Reference in a new issue