X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/ffa1c26084f4f51beba52bf4c0de6d521940beb3..f768530ce68d9a61209e2519753860edb0478830:/configure.ac diff --git a/configure.ac b/configure.ac index 582427c..9c0a284 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,14 @@ then AC_MSG_ERROR([rst2html not found]) fi +# Check for graphviz (dot) +AC_ARG_VAR(DOT, [dot path]) +AC_PATH_PROG(DOT, [dot], []) +if test -z "$DOT" +then + AC_MSG_ERROR([dot (from the graphviz suite) not found]) +fi + # Check for Python AM_PATH_PYTHON(2.4)