diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5887a3ef..14c275d9 100644 --- a/configure.ac +++ b/configure.ac @@ -587,7 +587,8 @@ fi if test "x$RRDTOOL" = "x" then - AC_MSG_WARN([rrdtool missing, so rcynic-html won't be able to draw graphs.]) + ok=no + AC_MSG_WARN([rcynic-html requires rrdtool.]) fi if test $use_rcynic_jail = no && test "X$RSYNC" = "X" |