X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c6a7f2f48aa3d317343c54e4f47a9d278ab84f2b..6c65e14634d9d2a7b103fe53aa7585b196c38227:/configure.in diff --git a/configure.in b/configure.in index 22999151..71481437 100644 --- a/configure.in +++ b/configure.in @@ -39,7 +39,7 @@ AC_ARG_WITH(included-popt, [ --with-included-popt use bundled popt library, not from system]) AC_ARG_WITH(rsync-path, - [ --with-rsync-path=PATH set rsync path used on server to PATH (default: "rsync")], + [ --with-rsync-path=PATH set default --rsync-path to PATH (default: \"rsync\")], [ RSYNC_PATH="$with_rsync_name" ], [ RSYNC_PATH="rsync" ]) AC_DEFINE_UNQUOTED(RSYNC_PATH, "$RSYNC_PATH", [ ])