From ee335c07b1dbfb174c3d3dfd7b45b1e3624527f0 Mon Sep 17 00:00:00 2001 From: vda Date: Thu, 7 Sep 2006 05:43:38 +0000 Subject: 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 --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 config CONFIG_FEATURE_COMPRESS_USAGE bool "Store applet usage messages in compressed form" default y - depends on CONFIG_SHOW_USAGE && CONFIG_NITPICK + depends on CONFIG_SHOW_USAGE help Store usage messages in compressed form, uncompress them on-the-fly when --help is called. -- cgit v1.2.3-55-g6feb