diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-11-16 Stefan Kost <ensonic@users.sf.net> + + * configure.ac: + Als use AG_GST_PLUGIN_DOCS (see #344039). + 2007-11-15 Wim Taymans <wim.taymans@gmail.com> Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk> diff --git a/configure.ac b/configure.ac index cb60f72f..b6ab0cf7 100644 --- a/configure.ac +++ b/configure.ac @@ -155,6 +155,7 @@ AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno") dnl check for documentation tools GTK_DOC_CHECK([1.3]) AS_PATH_PYTHON([2.1]) +AG_GST_PLUGIN_DOCS([1.3],[2.1]) dnl *** checks for libraries *** |