diff options
author | Job Bautista <jobbautista9@aol.com> | 2023-03-24 19:59:31 +0800 |
---|---|---|
committer | Job Bautista <jobbautista9@aol.com> | 2023-03-24 20:12:47 +0800 |
commit | 19b76a68accfc4fa811e911b71e841b3e1919344 (patch) | |
tree | bc4e9bb7c5c38f92ad4621242bbb513c8c19f620 /build/autoconf | |
parent | 431f782f1714e0b0631f0d9b3ef296f61f49c3d4 (diff) | |
download | uxp-19b76a68accfc4fa811e911b71e841b3e1919344.tar.gz |
Issue #324 - Follow-up: Remove more traces of *INTL_API.
The trace in Spidermonkey's old-configure is causing the MOZ_CONFIG_ICU function
to be called twice, which is not desirable as it can cause the MOZ_SHARED_ICU
check in build/autoconf/icu.m4 to fail and build an ICU data file even if we're
building ICU as a shared library.
Diffstat (limited to 'build/autoconf')
-rw-r--r-- | build/autoconf/icu.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4 index 2530f6a69c..3d233baf8f 100644 --- a/build/autoconf/icu.m4 +++ b/build/autoconf/icu.m4 @@ -45,7 +45,6 @@ if test -n "$USE_ICU"; then fi AC_SUBST(MOZ_ICU_VERSION) -AC_SUBST(ENABLE_INTL_API) AC_SUBST(USE_ICU) AC_SUBST(ICU_DATA_FILE) AC_SUBST(MOZ_ICU_DATA_ARCHIVE) |