aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.src
diff options
context:
space:
mode:
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.