From: Denys Vlasenko Date: Thu, 1 Oct 2009 23:29:25 +0000 (+0200) Subject: cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS X-Git-Tag: 1_16_0~438 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88a37689a7b55422dd8e880a52f2a1eb96f19825;p=oweals%2Fbusybox.git cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS Signed-off-by: Denys Vlasenko --- diff --git a/coreutils/Config.in b/coreutils/Config.in index 64a9421c7..2d745e260 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -81,7 +81,7 @@ config CP config FEATURE_CP_LONG_OPTIONS bool "Enable long options for cp" default n - depends on CP + depends on CP && LONG_OPTS help Enable long options for cp. Also add support for --parents option.