From 489a922179308f6843b0c7cbf55299cb9f588960 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 16 Jul 2013 02:28:13 +0000 Subject: 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 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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" -- cgit v1.2.3