aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-30 21:39:19 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-30 21:39:19 +0100
commitfe0dc34746b141f158908e311b405dd332c3dcb1 (patch)
treed8b63d2bcc4b06950e13e2959fd93a8eabc67294 /libbb/Config.src
parentf23264b35f5bb138c6c3676079251e71bee42c8a (diff)
downloadbusybox-fe0dc34746b141f158908e311b405dd332c3dcb1.tar.gz
lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.src')
-rw-r--r--libbb/Config.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index b02ea14b0..6ba256290 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -114,7 +114,7 @@ config FEATURE_EDITING_SAVE_ON_EXIT
config FEATURE_REVERSE_SEARCH
bool "Reverse history search"
default y
- depends on FEATURE_EDITING_SAVEHISTORY
+ depends on FEATURE_EDITING
help
Enable readline-like Ctrl-R combination for reverse history search.
Increases code by about 0.5k.