Bug 1047572 - Disable intl on mulet. r=ahal

This commit is contained in:
Alexandre Poirot 2014-12-18 07:48:00 -05:00
parent 3c12ba48cb
commit 007c1c3c30

View File

@ -9024,7 +9024,8 @@ dnl ========================================================
# B2G: bug 866301
if test "$MOZ_WIDGET_TOOLKIT" = "android" ||
test "$MOZ_BUILD_APP" = "b2g"; then
test "$MOZ_BUILD_APP" = "b2g" ||
test "$MOZ_BUILD_APP" = "b2g/dev"; then
_INTL_API=no
else
_INTL_API=yes