aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2023-12-10 12:14:50 +1300
committerChris Packham <judge.packham@gmail.com>2023-12-18 16:28:14 +1300
commit6d46c9e2c5e7a5b403ae65dd17954b4f3395fe2b (patch)
tree6e35e601da1d487a802f549e084d00831cae9752 /config
parent4442dc87dd5a7c237e465fd873dc40928749610a (diff)
downloadcrosstool-ng-6d46c9e2c5e7a5b403ae65dd17954b4f3395fe2b.tar.gz
crosstool-ng-6d46c9e2c5e7a5b403ae65dd17954b4f3395fe2b.tar.bz2
crosstool-ng-6d46c9e2c5e7a5b403ae65dd17954b4f3395fe2b.zip
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>
Diffstat (limited to 'config')
-rw-r--r--config/configure.in.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/configure.in.in b/config/configure.in.in
index fe232ef3..006b0afe 100644
--- a/config/configure.in.in
+++ b/config/configure.in.in
@@ -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@