diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-08 11:17:53 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-08 11:17:53 +0000 |
commit | 2f6d9cfdaaa83ab454d263d6eba88046debadc2d (patch) | |
tree | 73ab9edd4497cc8ace4cab17e9e3f36f9a86291f | |
parent | 355c616d5f6779ea194f8b61704229c6fb04ae7b (diff) |
Original commit message from CVS:
extra info
-rw-r--r-- | m4/gst-doc.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/gst-doc.m4 b/m4/gst-doc.m4 index e6a114b..41e223d 100644 --- a/m4/gst-doc.m4 +++ b/m4/gst-doc.m4 @@ -39,6 +39,9 @@ HAVE_PDFXMLTEX=false dnl check for image conversion tool AC_CHECK_PROG(HAVE_FIG2DEV, fig2dev, true, false) +if test "x$HAVE_FIG2DEV" = "xfalse" ; then + AC_MSG_WARN([Did not find fig2dev (from xfig), images will not be generated.]) +fi dnl The following is a hack: if fig2dev doesn't display an error message dnl for the desired type, we assume it supports it. |