From 8642efd0d6bb172c5fed17d545afa615148cfe6b Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Mon, 27 Aug 2001 16:23:41 +0000 Subject: [PATCH] The --with-rsync-path configure option was using the wrong configure variable "$with_rsync_name" instead of "$with_rsync_path". --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 56db4a01..4460caed 100644 --- a/configure.in +++ b/configure.in @@ -33,7 +33,7 @@ AC_ARG_WITH(included-popt, AC_ARG_WITH(rsync-path, [ --with-rsync-path=PATH set default --rsync-path to PATH (default: \"rsync\")], - [ RSYNC_PATH="$with_rsync_name" ], + [ RSYNC_PATH="$with_rsync_path" ], [ RSYNC_PATH="rsync" ]) AC_DEFINE_UNQUOTED(RSYNC_PATH, "$RSYNC_PATH", [ ]) -- 2.34.1