|
|
|
@ -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 |
|
|
|
|