summaryrefslogtreecommitdiff
path: root/rt/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'rt/configure.ac')
-rw-r--r--rt/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/configure.ac b/rt/configure.ac
index e9f7d5f..51ee7d6 100644
--- a/rt/configure.ac
+++ b/rt/configure.ac
@@ -266,7 +266,7 @@ fi
AC_SUBST(RT_DEVEL_MODE)
dnl RT's GraphViz dependency charts
-AC_CHECK_LIB([graph],[aginitlib],RT_GRAPHVIZ="1")
+AC_CHECK_PROG([RT_GRAPHVIZ], [dot], "yes", "no")
AC_ARG_WITH(graphviz,[],RT_GRAPHVIZ=$withval)
AC_ARG_ENABLE(graphviz,
AC_HELP_STRING([--enable-graphviz],