mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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:
parent
4442dc87dd
commit
6d46c9e2c5
@ -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@
|
||||
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user