summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-04 10:08:02 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-04 10:08:02 +0200
commitbbd3b87eb5c2e23549ccccd7e92430d540d1060a (patch)
treed2f4204f3d7c9196a1f9e4fa8645db2a5aca51e4 /build
parent1e06608c8498deba1330e616767a91f49faa3daf (diff)
downloadUXP-bbd3b87eb5c2e23549ccccd7e92430d540d1060a.tar
UXP-bbd3b87eb5c2e23549ccccd7e92430d540d1060a.tar.gz
UXP-bbd3b87eb5c2e23549ccccd7e92430d540d1060a.tar.lz
UXP-bbd3b87eb5c2e23549ccccd7e92430d540d1060a.tar.xz
UXP-bbd3b87eb5c2e23549ccccd7e92430d540d1060a.zip
Remove the option to build without INTL/ICU
This resolves #324.
Diffstat (limited to 'build')
-rw-r--r--build/autoconf/icu.m430
-rw-r--r--build/moz.configure/old.configure1
2 files changed, 6 insertions, 25 deletions
diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
index 794ddcdf4..87d0f0ade 100644
--- a/build/autoconf/icu.m4
+++ b/build/autoconf/icu.m4
@@ -22,30 +22,12 @@ fi
AC_SUBST(MOZ_SYSTEM_ICU)
-MOZ_ARG_WITH_STRING(intl-api,
-[ --with-intl-api, --with-intl-api=build, --without-intl-api
- Determine the status of the ECMAScript Internationalization API. The first
- (or lack of any of these) builds and exposes the API. The second builds it
- but doesn't use ICU or expose the API to script. The third doesn't build
- ICU at all.],
- _INTL_API=$withval)
-
-ENABLE_INTL_API=
-EXPOSE_INTL_API=
-case "$_INTL_API" in
-no)
- ;;
-build)
- ENABLE_INTL_API=1
- ;;
-yes)
- ENABLE_INTL_API=1
- EXPOSE_INTL_API=1
- ;;
-*)
- AC_MSG_ERROR([Invalid value passed to --with-intl-api: $_INTL_API])
- ;;
-esac
+dnl Determine the status of the ECMAScript Internationalization API.
+dnl ENABLE_INTL_API builds it, but doesn't determine if it's used or exposed
+dnl EXPOSE_INTL_API (when built) uses ICU and exposes the API to js
+
+ENABLE_INTL_API=1
+EXPOSE_INTL_API=1
if test -n "$ENABLE_INTL_API"; then
USE_ICU=1
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
index 9f29e68c9..c1ad71d5f 100644
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -270,7 +270,6 @@ def old_configure_options(*options):
'--with-doc-output-dir',
'--with-float-abi',
'--with-fpu',
- '--with-intl-api',
'--with-ios-sdk',
'--with-jitreport-granularity',
'--with-macbundlename-prefix',