Remove AC_MSG_ERROR() if gtk-doc version is too low
authorDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 02:55:16 +0000 (02:55 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 02:55:16 +0000 (02:55 +0000)
Original commit message from CVS:
Remove AC_MSG_ERROR() if gtk-doc version is too low

m4/gst-doc.m4

index 401fefd..bf02819 100644 (file)
@@ -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