diff options
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f66e5ef8..1b6412ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1108,3 +1108,8 @@ AC_OUTPUT AC_MSG_RESULT() AC_MSG_RESULT([ rsync ${RSYNC_VERSION} configuration successful]) AC_MSG_RESULT() +if test x$HAVE_YODL2MAN != x1; then + AC_MSG_RESULT([ Note that yodl2man was not found, so pre-existing manpage files will be]) + AC_MSG_RESULT([ used w/o change (if available) -- no .yo file changes will be used.]) + AC_MSG_RESULT() +fi |