Bug 853301 - Enable the Internationalization API in desktop builds. Policy: r=brendan, r=asa; patch: r=glandium on the previous patch that added the super-easy frob here, r=me on flipping it (and fixing the obvious typos here)

This commit is contained in:
Jeff Walden 2013-07-02 18:41:23 -07:00
parent 710f4d6b8f
commit bda020c979

View File

@ -9527,9 +9527,11 @@ fi
dist=$MOZ_BUILD_ROOT/dist
ac_configure_args="$_SUBDIR_CONFIG_ARGS"
ac_configure_args="$ac_configure_args --enable-threadsafe"
if test "A" = "A"; then # "$MOZ_BUILDAPP" != "browser", when desktop builds this
# The Internationalization API is currently disabled in all non-standalone
# SpiderMonkey builds, but it should be turned on for desktop builds soon.
if test "$MOZ_BUILD_APP" != "browser"; then
# The Internationalization API is currently disabled in all non-standalone,
# non-desktop SpiderMonkey builds. Bug 864843 is on file for enabling it
# in Android builds, and bug 866301 is on file for enabling it in B2G
# builds.
ac_configure_args="$ac_configure_args --disable-intl-api"
fi
if test "$BUILD_CTYPES"; then