Split out generic functions for starting rsyncd.
[rsync/rsync.git] / configure.in
index 5652296..5f72a31 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", [ ])
 
@@ -340,4 +340,4 @@ AC_SUBST(OBJ_RESTORE)
 AC_SUBST(CC_SHOBJ_FLAG)
 AC_SUBST(BUILD_POPT)
 
-AC_OUTPUT(Makefile lib/dummy zlib/dummy)
+AC_OUTPUT(Makefile lib/dummy zlib/dummy shconfig)