diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 7de210bf7..49f259cda 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -410,7 +410,6 @@ endchoice config UCLIBC_HAS_WCHAR bool "Wide Character Support" - select UCLIBC_HAS_CTYPE_TABLES default n help Answer Y to enable wide character support. This will make uClibc @@ -421,6 +420,7 @@ config UCLIBC_HAS_WCHAR config UCLIBC_HAS_LOCALE bool "Locale Support (experimental/incomplete)" select UCLIBC_HAS_WCHAR + select UCLIBC_HAS_CTYPE_TABLES default n help Answer Y to enable locale support. This will make uClibc much |