svn commit: trunk/busybox

vda at busybox.net vda at busybox.net
Thu Sep 7 05:43:39 UTC 2006


Author: vda
Date: 2006-09-06 22:43:38 -0700 (Wed, 06 Sep 2006)
New Revision: 16062

Log:
CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
if !CONFIG_NITPICK



Modified:
   trunk/busybox/Config.in


Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in	2006-09-07 05:09:22 UTC (rev 16061)
+++ trunk/busybox/Config.in	2006-09-07 05:43:38 UTC (rev 16062)
@@ -76,7 +76,7 @@
 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 <applet> --help is called.




More information about the busybox-cvs mailing list