Revision f86e82ef configure.ac

b/configure.ac
133 133
  AC_MSG_ERROR([rst2html not found])
134 134
fi
135 135

  
136
# Check for graphviz (dot)
137
AC_ARG_VAR(DOT, [dot path])
138
AC_PATH_PROG(DOT, [dot], [])
139
if test -z "$DOT"
140
then
141
  AC_MSG_ERROR([dot (from the graphviz suite) not found])
142
fi
143

  
136 144
# Check for Python
137 145
AM_PATH_PYTHON(2.4)
138 146

  

Also available in: Unified diff