diff options
-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. |