diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 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): diff --git a/configure.ac b/configure.ac index d42a4b61..1d6b3d7b 100644 --- a/configure.ac +++ b/configure.ac @@ -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() |