diff options
author | David Schleef <ds@schleef.org> | 2003-07-29 02:55:16 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-29 02:55:16 +0000 |
commit | 87e71f9961881079d1d146dcbd08136e3e54d680 (patch) | |
tree | 89ce9089aea1ef9cb5953f6fe0e1ea7c3facaa50 | |
parent | d6e219fd076d8f182bd1ee84228b1b85cdb807a6 (diff) |
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
-rw-r--r-- | m4/gst-doc.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |