diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-02 07:56:31 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-02 07:56:31 +0000 |
commit | c25b9c27bfb2dea4d68a9e9fee78e3a2d39e36c0 (patch) | |
tree | b9489c3371aad7c1a8f78be0a7dd692e1761ff0c /configure.ac | |
parent | 762e271c600e72a90c97bc42643c434c9fe339b2 (diff) |
rcynic requires rsync, doh.
svn path=/branches/tk377/; revision=5010
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
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.]) |