aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-07 05:43:38 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-07 05:43:38 +0000
commitee335c07b1dbfb174c3d3dfd7b45b1e3624527f0 (patch)
treed38ac44c5b314182b346f7ec581a1f16e445d3bf
parentbc71024479a3658792af3e68245f06b11cef048e (diff)
downloadbusybox-w32-ee335c07b1dbfb174c3d3dfd7b45b1e3624527f0.tar.gz
busybox-w32-ee335c07b1dbfb174c3d3dfd7b45b1e3624527f0.tar.bz2
busybox-w32-ee335c07b1dbfb174c3d3dfd7b45b1e3624527f0.zip
CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
if !CONFIG_NITPICK git-svn-id: svn://busybox.net/trunk/busybox@16062 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 3a661e274..e6acf4971 100644
--- a/Config.in
+++ b/Config.in
@@ -76,7 +76,7 @@ config CONFIG_FEATURE_VERBOSE_USAGE
76config CONFIG_FEATURE_COMPRESS_USAGE 76config CONFIG_FEATURE_COMPRESS_USAGE
77 bool "Store applet usage messages in compressed form" 77 bool "Store applet usage messages in compressed form"
78 default y 78 default y
79 depends on CONFIG_SHOW_USAGE && CONFIG_NITPICK 79 depends on CONFIG_SHOW_USAGE
80 help 80 help
81 Store usage messages in compressed form, uncompress them on-the-fly 81 Store usage messages in compressed form, uncompress them on-the-fly
82 when <applet> --help is called. 82 when <applet> --help is called.