mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
710f4d6b8f
commit
bda020c979
@ -9527,9 +9527,11 @@ fi
|
|||||||
dist=$MOZ_BUILD_ROOT/dist
|
dist=$MOZ_BUILD_ROOT/dist
|
||||||
ac_configure_args="$_SUBDIR_CONFIG_ARGS"
|
ac_configure_args="$_SUBDIR_CONFIG_ARGS"
|
||||||
ac_configure_args="$ac_configure_args --enable-threadsafe"
|
ac_configure_args="$ac_configure_args --enable-threadsafe"
|
||||||
if test "A" = "A"; then # "$MOZ_BUILDAPP" != "browser", when desktop builds this
|
if test "$MOZ_BUILD_APP" != "browser"; then
|
||||||
# The Internationalization API is currently disabled in all non-standalone
|
# The Internationalization API is currently disabled in all non-standalone,
|
||||||
# SpiderMonkey builds, but it should be turned on for desktop builds soon.
|
# 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"
|
ac_configure_args="$ac_configure_args --disable-intl-api"
|
||||||
fi
|
fi
|
||||||
if test "$BUILD_CTYPES"; then
|
if test "$BUILD_CTYPES"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user