mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1343744 - Set _INTL_API=no on Android's beta/release build. r=snorp
MozReview-Commit-ID: CbHY4j5wLTW --HG-- extra : rebase_source : df14348f2c0e57003a54c320e2506e55dfa581cb
This commit is contained in:
parent
52557b80d4
commit
76f7472a52
@ -5312,7 +5312,11 @@ dnl ========================================================
|
||||
dnl ICU Support
|
||||
dnl ========================================================
|
||||
|
||||
_INTL_API=yes
|
||||
if test "$MOZ_WIDGET_TOOLKIT" != "android" -o -z "$RELEASE_OR_BETA"; then
|
||||
_INTL_API=yes
|
||||
else
|
||||
_INTL_API=no
|
||||
fi
|
||||
|
||||
if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then
|
||||
USE_ICU=1
|
||||
|
Loading…
Reference in New Issue
Block a user