diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-09-07 08:53:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-09-07 08:53:33 +0000 |
commit | cf84d3fc7bb6477cec931e5753b3d1b2f1ded6c6 (patch) | |
tree | 37dfb8d5bd6ea3431e054a19304b3b7608c31399 /extra/Configs/Config.in | |
parent | bd7f93cb5cad7af1377fe54618d69cbb1f941f48 (diff) |
uClibc gettext support is under development and really shouldn't
be used by the unsuspecting masses quite yet.
Diffstat (limited to 'extra/Configs/Config.in')
-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 4deed3026..d0933722e 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -944,7 +944,7 @@ config UCLIBC_HAS_SYS_SIGLIST config UCLIBC_HAS_GETTEXT_AWARENESS bool "Include gettext awareness" - depends on UCLIBC_HAS_LOCALE + depends on UCLIBC_HAS_LOCALE && UCLIBC_MJN3_ONLY default n help NOTE!!! Not yet integrated with strerror and strsignal. NOTE!!! |