commit | f3b92d385695aecefd93d5f199be1f64270c2687 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jun 19 12:10:38 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jun 19 12:10:38 2009 +0200 |
tree | 5d6b2308ceafea6040bd78ea8401a91eb65d376b | |
parent | e2e4cc249dc1bd4b280846f55a36208674eadd55 [diff] [blame] |
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS Signed-off-by: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/Config.in b/Config.in index fff6d83..ee706eb 100644 --- a/Config.in +++ b/Config.in
@@ -114,7 +114,7 @@ Enable this if your system has locale support and you would like busybox to support locale settings. -config GETOPT_LONG +config LONG_OPTS bool "Support for --long-options" default y help