mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 866305 - Enable ECMAScript Internationalization API for JavaScript standalone build. r=Waldo, r=glandium
This commit is contained in:
parent
a9d968b454
commit
032b05efb7
@ -4420,9 +4420,13 @@ dnl ========================================================
|
||||
dnl ECMAScript Internationalization API Support (uses ICU)
|
||||
dnl ========================================================
|
||||
|
||||
if test -n "$JS_STANDALONE"; then
|
||||
ENABLE_INTL_API=1
|
||||
fi
|
||||
MOZ_ARG_ENABLE_BOOL(intl-api,
|
||||
[ --enable-intl-api Enable ECMAScript Internationalization API],
|
||||
ENABLE_INTL_API=1 )
|
||||
[ --enable-intl-api Enable ECMAScript Internationalization API (default=yes for standalone JS)],
|
||||
ENABLE_INTL_API=1,
|
||||
ENABLE_INTL_API= )
|
||||
|
||||
dnl Settings for the implementation of the ECMAScript Internationalization API
|
||||
if test -n "$ENABLE_INTL_API"; then
|
||||
|
Loading…
Reference in New Issue
Block a user