Bug 864843 - Part 4. Turn on Intl API for b2gdroid r=glandium

This commit is contained in:
Fabrice Desré 2015-10-19 22:25:45 -07:00
parent d99f676e7e
commit 55bb682870

View File

@ -9110,12 +9110,10 @@ dnl ========================================================
dnl ICU Support
dnl ========================================================
# Internationalization isn't built or exposed by default in non-desktop
# builds. Bugs to enable:
#
# Android: bug 864843
# Internationalization is not built or exposed on Fennec.
# See Bug 1215256
if test "$MOZ_WIDGET_TOOLKIT" = "android"; then
if test "$MOZ_BUILD_APP" = "mobile/android"; then
_INTL_API=no
else
_INTL_API=yes