From 6d46c9e2c5e7a5b403ae65dd17954b4f3395fe2b Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 10 Dec 2023 12:14:50 +1300 Subject: 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 --- config/configure.in.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config') 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@ -- cgit v1.2.3