Browse Source

bash: improved to use the installed libreadline if possible

user/amery/mess
Christian Wiese 14 years ago
parent
commit
a726016710
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      shells/bash/bash.conf

+ 5
- 0
shells/bash/bash.conf

@ -54,6 +54,11 @@ fi
var_append confopt " " "--without-bash-malloc"
# use the installed libreadline if possible
if pkginstalled readline; then
var_append extraconfopt ' ' "--with-installed-readline"
fi
[ "$SDECFG_PKG_BASH_PROGCOMP" = 0 ] &&
var_append confopt " " "--disable-progcomp"
[ "$SDECFG_PKG_BASH_HELP_CMD" = 0 ] &&

Loading…
Cancel
Save