extra info BRANCH-RELEASE-0_4_1-ROOT RELEASE-0_4_1-GEPPINESSISAWARMGUN
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 8 Sep 2002 11:17:53 +0000 (11:17 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 8 Sep 2002 11:17:53 +0000 (11:17 +0000)
Original commit message from CVS:
extra info

m4/gst-doc.m4

index e6a114b..41e223d 100644 (file)
@@ -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.