Improve the description of --with-default-rsync.
authorDavid Dykstra <dwd@samba.org>
Fri, 22 Jun 2001 20:36:43 +0000 (20:36 +0000)
committerDavid Dykstra <dwd@samba.org>
Fri, 22 Jun 2001 20:36:43 +0000 (20:36 +0000)
configure.in

index 2299915..7148143 100644 (file)
@@ -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", [ ])