mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +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 ICU Support
|
||||||
dnl ========================================================
|
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
|
if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then
|
||||||
USE_ICU=1
|
USE_ICU=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user