X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fconfigure.ac;h=51ee7d61aac6704ba05ffbe25332fad621174582;hb=add0ce1fd73b53a51f140cf797a42825cc018fd0;hp=e9f7d5fd69c2772db4bc2f76b25ebe716d47895d;hpb=0ea23112cfa0d82738b0f08d60d90579721b7524;p=freeside.git diff --git a/rt/configure.ac b/rt/configure.ac index e9f7d5fd6..51ee7d61a 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],