Backout e3a2d93fb173 for test failures.

This commit is contained in:
Ms2ger 2013-10-25 20:42:09 +02:00
parent 0fd4088fa5
commit 4f3085700e

View File

@ -9145,10 +9145,7 @@ MOZ_ARG_WITH_STRING(intl-api,
])
if test -z "$WITH_INTL"; then
if test "$MOZ_BUILD_APP" = "browser"; then
# Don't build the Intl API til we can update ICU (bug 924839). Don't take
# the smaller step of building but not exposing it, either, as we also
# don't want dead code in shipping builds.
WITH_INTL="--without-intl-api"
WITH_INTL="--with-intl-api"
else
# Internationalization isn't built or exposed by default in non-desktop
# builds. Bugs to enable: