From: Götz Lindenmaier Date: Mon, 13 Jan 2003 16:28:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9da0ea8b2048223b00f46f76479faa5dad3f5ff3;p=libfirm *** empty log message *** [r608] --- diff --git a/configure.in b/configure.in index efa908b6c..472e392ea 100644 --- a/configure.in +++ b/configure.in @@ -127,7 +127,7 @@ if test "$enable_auto_documentation" = yes; then fi AC_CHECK_PROG(DOT, dot, "dot", "") if test "$DOT" != "dot"; then - AC_MSG_ERROR(need dot for doxygen documentation (for class graphs)) + AC_MSG_ERROR(need dot for doxygen documentation (for class graphs) (IPD: module add Graphviz)) fi fi