diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 67e287c..df60089 100644 --- a/configure.ac +++ b/configure.ac @@ -33,4 +33,7 @@ AM_CONDITIONAL([HAVE_GUILE_COMMONMARK], [test "x$have_guile_commonmark" = "xyes" AC_CHECK_FUNC([inotify_init], [AM_CONDITIONAL(HAVE_INOTIFY, true)], [AM_CONDITIONAL(HAVE_INOTIFY, false)]) +AC_PATH_PROG([RSYNC], [rsync]) +AM_CONDITIONAL([HAVE_RSYNC], [test "x$RSYNC" != "x"]) + AC_OUTPUT |