mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Backout e3a2d93fb173 for test failures.
This commit is contained in:
parent
e12d87b673
commit
0c77a0e7c9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user