Browse Source

dialog: improved to enable wide-curses features if NLS is availabe as we do with ncurses itself

stable/0.2
Christian Wiese 14 years ago
parent
commit
b88dd696c1
  1. 4
      base/dialog/dialog.conf

4
base/dialog/dialog.conf

@ -19,4 +19,8 @@ makeinstopt="$makeinstopt install-lib"
# Native Language Support
if [ "$SDECFG_DISABLE_NLS" != 1 ]; then
var_append extraconfopt ' ' '--enable-nls'
# compile/link with wide-char ncurses library
var_append extraconfopt ' ' '--with-ncursesw'
# enable wide-curses features
var_append extraconfopt ' ' '--enable-widec'
fi

Loading…
Cancel
Save