diff options
author | Rob Austein <sra@hactrn.net> | 2013-07-16 02:28:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-07-16 02:28:13 +0000 |
commit | 489a922179308f6843b0c7cbf55299cb9f588960 (patch) | |
tree | b6b5ddb440dd0380e94c5f2b2ac8e30d77991881 /configure.ac | |
parent | 4555274c8b7966a6b53dcf06031dc7329c688500 (diff) |
Save rcynic-html for last in rcynic-cron, as it's less critical than
tasks like feeding the rpki-rtr engine. Treat failure to find rrdtool
as a fatal error during ./configure, to avoid building a version of
rcynic-html that can't generate graphs. Closes #583.
svn path=/trunk/; revision=5430
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" |