diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-09 06:12:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-09 06:12:34 +0000 |
commit | 86be4f7e5a6a689578785ac5a5dfc3fee2d5b973 (patch) | |
tree | f0b39c39af28f4d7a785edeafe51a35db297ac3f /extra/Configs | |
parent | 48c0f2f304fb0c73f292d7df5eaa463774dc6bf4 (diff) |
Enable automagic locale data downloads
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 41af5f3aa..c5cd0f896 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -418,7 +418,7 @@ config UCLIBC_HAS_WCHAR Most people will answer N. config UCLIBC_HAS_LOCALE - bool "Locale Support (experimental/incomplete)" + bool "Locale Support" select UCLIBC_HAS_WCHAR select UCLIBC_HAS_CTYPE_TABLES default n @@ -443,9 +443,9 @@ config UCLIBC_PREGENERATED_LOCALE_DATA depends on UCLIBC_HAS_LOCALE default n help - If you are selective and only want locale data for a few selected + If you are selective and only want locale data for a few particular locales, or you enjoy pain, or you are a rabid do-it-yourself sort of - person, you can turn this option off, and manually walk through the + person, you can turn this option off and manually walk through the mostly undocumented procedure needed to generate your own locale data. |