Skip to content
Snippets Groups Projects
Commit ddb27d97 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[dune_docu.m4] Add conditional CONVERT. This fixes FS#1220.

[[Imported from SVN: r7446]]
parent 26d672d2
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ AC_DEFUN([DUNE_DOC_PROGS],[
AC_CHECK_PROGS([PERL], [perl], [true])
AC_REQUIRE([DUNE_INKSCAPE])
AC_CHECK_PROGS([CONVERT], [convert], [true])
AM_CONDITIONAL([CONVERT], [test "x$CONVERT" != xtrue])
])
# searches for documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment