aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-02-02 07:56:31 +0000
committerRob Austein <sra@hactrn.net>2013-02-02 07:56:31 +0000
commitc25b9c27bfb2dea4d68a9e9fee78e3a2d39e36c0 (patch)
treeb9489c3371aad7c1a8f78be0a7dd692e1761ff0c /configure.ac
parent762e271c600e72a90c97bc42643c434c9fe339b2 (diff)
rcynic requires rsync, doh.
svn path=/branches/tk377/; revision=5010
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 912b8638..ea6a39f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -546,6 +546,12 @@ then
AC_MSG_WARN([rrdtool missing, so rcynic-html won't be able to draw graphs.])
fi
+if test $use_rcynic_jail = no && test "X$RSYNC" = "X"
+then
+ ok=no
+ AC_MSG_WARN([The RPKI relying party tools require rsync.])
+fi
+
if test $ok = no
then
AC_MSG_ERROR([Please correct the problems above then re-run this configuration script.])