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.
This commit is contained in:
Job Bautista 2023-03-24 19:59:31 +08:00 committed by roytam1
commit 9ff14017e5
3 changed files with 0 additions and 14 deletions

View file

@ -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)