summaryrefslogtreecommitdiff
path: root/common/m4/gst-plugin-docs.m4
diff options
context:
space:
mode:
Diffstat (limited to 'common/m4/gst-plugin-docs.m4')
-rw-r--r--common/m4/gst-plugin-docs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/common/m4/gst-plugin-docs.m4 b/common/m4/gst-plugin-docs.m4
index 8a22ad01..0ccc64b1 100644
--- a/common/m4/gst-plugin-docs.m4
+++ b/common/m4/gst-plugin-docs.m4
@@ -17,7 +17,7 @@ AC_DEFUN([AG_GST_PLUGIN_DOCS],
build_plugin_docs=yes
AC_MSG_RESULT([yes])
else
- AC_MSG_RESULT([no (gtk-doc disabled or not available)])
+ AC_MSG_RESULT([no (gtk-doc/pygst disabled or not available)])
fi
AM_CONDITIONAL(ENABLE_PLUGIN_DOCS, test x$build_plugin_docs = xyes)