Remove configure time check for rsync

Now that we're checking for rsync in Kconfig we can remove the check
from ./configure.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2023-12-10 12:14:50 +13:00
parent 4442dc87dd
commit 6d46c9e2c5
2 changed files with 0 additions and 7 deletions

View File

@ -21,9 +21,6 @@ config CONFIGURE_has_meson
config CONFIGURE_has_ninja
@KCONFIG_ninja@
config CONFIGURE_has_rsync
@KCONFIG_rsync@
config CONFIGURE_has_make_3_81_or_newer
@KCONFIG_make_3_81_or_newer@

View File

@ -161,10 +161,6 @@ AC_CHECK_PROGS([ninja], [ninja])
CTNG_SET_KCONFIG_OPTION([ninja])
AC_SUBST([ninja])
AC_CHECK_PROGS([rsync], [rsync])
CTNG_SET_KCONFIG_OPTION([rsync])
AC_SUBST([rsync])
CTNG_CPU_COUNT
CTNG_PATH_TOOL_REQ([PATCH], [gpatch patch], [patch])