aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-04 16:50:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-04 16:50:43 +0200
commitb22bbfffec182997827b0a71eeb93ddafbde602c (patch)
treec7822f5ed12ed82e4116121ea775510db232b111 /util-linux
parentfca70a8cce579ce8cc8caf246c22f0c6e6c6e139 (diff)
downloadbusybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.tar.gz
busybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.tar.bz2
busybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.zip
fix dependencies of FEATURE_GETOPT_LONG
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 559e4c17a..5f5adc0fe 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -253,9 +253,9 @@ config GETOPT
253config FEATURE_GETOPT_LONG 253config FEATURE_GETOPT_LONG
254 bool "Support option -l" 254 bool "Support option -l"
255 default y if LONG_OPTS 255 default y if LONG_OPTS
256 depends on GETOPT
256 help 257 help
257 Enable support for recognising long options using the -l option to 258 Enable support for long options (option -l).
258 getopt.
259 259
260config HEXDUMP 260config HEXDUMP
261 bool "hexdump" 261 bool "hexdump"