From 87e71f9961881079d1d146dcbd08136e3e54d680 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 29 Jul 2003 02:55:16 +0000 Subject: [PATCH] Remove AC_MSG_ERROR() if gtk-doc version is too low Original commit message from CVS: Remove AC_MSG_ERROR() if gtk-doc version is too low --- m4/gst-doc.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/gst-doc.m4 b/m4/gst-doc.m4 index 401fefd..bf02819 100644 --- a/m4/gst-doc.m4 +++ b/m4/gst-doc.m4 @@ -27,7 +27,6 @@ EOF AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) - AC_MSG_ERROR([gtk-doc version is too low, need $gtk_doc_min_version, please disable doc building]) HAVE_GTK_DOC=false fi fi -- 2.7.4