summaryrefslogtreecommitdiff
path: root/m4/gst-doc.m4
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-07-29 03:19:10 +0000
committerDavid Schleef <ds@schleef.org>2003-07-29 03:19:10 +0000
commit8b323f41bfaccb8f30bddfc6ff8bd6a4be04a3e1 (patch)
tree9efd391e9d0babd91978a28444e7c66ed1c89b12 /m4/gst-doc.m4
parent87e71f9961881079d1d146dcbd08136e3e54d680 (diff)
Don't complain and fail if we can't build docs, just disable
Original commit message from CVS: Don't complain and fail if we can't build docs, just disable
Diffstat (limited to 'm4/gst-doc.m4')
-rw-r--r--m4/gst-doc.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/gst-doc.m4 b/m4/gst-doc.m4
index bf02819..05a004e 100644
--- a/m4/gst-doc.m4
+++ b/m4/gst-doc.m4
@@ -86,7 +86,6 @@ AC_HELP_STRING([--enable-docs-build],[enable building of documentation]),
if test "x$HAVE_GTK_DOC" = "xtrue" ; then
BUILD_DOCS=yes
else
- AC_MSG_ERROR([you don't have gtk-doc, so don't use --enable-docs-build])
BUILD_DOCS=no
fi ;;
no) BUILD_DOCS=no ;;