aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2013-08-27 16:10:53 +0100
committerRon Yorston <rmy@pobox.com>2013-08-27 16:10:53 +0100
commit3fd34651ea72ea1c335d3170f234cb0517fd897f (patch)
tree36e8fc40cffd464ffda4759020777dd3ca23ca31 /Config.in
parente3ac39098326de084a805d0dd31db9666b734f20 (diff)
parentd6ae4fb446daedfe3073d67be655942e9fa7eb18 (diff)
downloadbusybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.tar.gz
busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.tar.bz2
busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 8999e1699..8c0e64988 100644
--- a/Config.in
+++ b/Config.in
@@ -184,12 +184,13 @@ config UNICODE_USING_LOCALE
184 Internal implementation is smaller. 184 Internal implementation is smaller.
185 185
186config FEATURE_CHECK_UNICODE_IN_ENV 186config FEATURE_CHECK_UNICODE_IN_ENV
187 bool "Check $LANG environment variable" 187 bool "Check $LC_ALL, $LC_CTYPE and $LANG environment variables"
188 default n 188 default n
189 depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE 189 depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE
190 help 190 help
191 With this option on, Unicode support is activated 191 With this option on, Unicode support is activated
192 only if LANG variable has the value of the form "xxxx.utf8" 192 only if locale-related variables have the value of the form
193 "xxxx.utf8"
193 194
194 Otherwise, Unicode support will be always enabled and active. 195 Otherwise, Unicode support will be always enabled and active.
195 196