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 /old-configure.in | |
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 'old-configure.in')
-rw-r--r-- | old-configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/old-configure.in b/old-configure.in index b3a108dd1d..6c5768fcde 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5215,10 +5215,6 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS" # and $NSPR_LIBS. ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`" -if test "$_INTL_API" = no; then - ac_configure_args="$ac_configure_args --without-intl-api" -fi - if test -n "$NSPR_CFLAGS" -o -n "$NSPR_LIBS"; then ac_configure_args="$ac_configure_args --with-nspr-cflags='$NSPR_CFLAGS'" ac_configure_args="$ac_configure_args --with-nspr-libs='$NSPR_LIBS'" |