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:
Makoto Kato 2017-03-02 12:22:02 +09:00
parent 52557b80d4
commit 76f7472a52

View File

@ -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