From 2860601772b392f3f6d2977269f11061f4e970ee Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 4 May 2018 22:13:41 +0200 Subject: Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags. --- build/autoconf/icu.m4 | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'build/autoconf') diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4 index 87d0f0ade..89c53c52c 100644 --- a/build/autoconf/icu.m4 +++ b/build/autoconf/icu.m4 @@ -22,24 +22,8 @@ fi AC_SUBST(MOZ_SYSTEM_ICU) -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 -fi - -if test -n "$EXPOSE_INTL_API"; then - AC_DEFINE(EXPOSE_INTL_API) -fi - -if test -n "$ENABLE_INTL_API"; then - AC_DEFINE(ENABLE_INTL_API) -fi +dnl We always use ICU. +USE_ICU=1 dnl Settings for the implementation of the ECMAScript Internationalization API if test -n "$USE_ICU"; then -- cgit v1.2.3