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:
Tim-Philipp Müller 2005-09-28 09:45:00 +00:00
parent 26745bb132
commit e35bfb42fc
2 changed files with 7 additions and 1 deletions

View file

@ -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):

View file

@ -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()