The --with-rsync-path configure option was using the wrong configure
authorDavid Dykstra <dwd@samba.org>
Mon, 27 Aug 2001 16:23:41 +0000 (16:23 +0000)
committerDavid Dykstra <dwd@samba.org>
Mon, 27 Aug 2001 16:23:41 +0000 (16:23 +0000)
variable "$with_rsync_name" instead of "$with_rsync_path".

configure.in

index 56db4a0..4460cae 100644 (file)
@@ -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", [ ])