cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 1 Oct 2009 23:29:25 +0000 (01:29 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 1 Oct 2009 23:29:25 +0000 (01:29 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/Config.in

index 64a9421c772bd147a6f0bc378aa078f87b354b5e..2d745e260617f8bf26ea7a0d2cbc3c7f42aec3b0 100644 (file)
@@ -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.