2019-07-09 23:21:11 +02:00
|
|
|
# HG changeset patch
|
|
|
|
# User msirringhaus@suse.de
|
|
|
|
# Date 1558452126 -7200
|
|
|
|
# Tue May 21 17:22:06 2019 +0200
|
|
|
|
# Node ID a3cc550d25e3a04d906f516928cbcbe50efd585e
|
2020-03-12 20:14:24 +01:00
|
|
|
# Parent ae49126f2a63ba1de250ad02ffe39379295660f3
|
2019-07-09 23:21:11 +02:00
|
|
|
[mq]: mozilla-s390-bigendian.patch
|
|
|
|
|
2020-03-12 20:14:24 +01:00
|
|
|
diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
|
|
|
|
--- a/build/autoconf/icu.m4
|
|
|
|
+++ b/build/autoconf/icu.m4
|
|
|
|
@@ -63,17 +63,17 @@ if test -n "$USE_ICU"; then
|
|
|
|
if test x"$version" = x; then
|
|
|
|
AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
|
|
|
|
fi
|
|
|
|
MOZ_ICU_VERSION="$version"
|
|
|
|
|
2019-07-09 23:21:11 +02:00
|
|
|
# TODO: the l is actually endian-dependent
|
|
|
|
# We could make this set as 'l' or 'b' for little or big, respectively,
|
|
|
|
# but we'd need to check in a big-endian version of the file.
|
|
|
|
- ICU_DATA_FILE="icudt${version}l.dat"
|
|
|
|
+ ICU_DATA_FILE="icudt${version}b.dat"
|
|
|
|
fi
|
|
|
|
|
|
|
|
AC_SUBST(MOZ_ICU_VERSION)
|
2020-03-12 20:14:24 +01:00
|
|
|
AC_SUBST(JS_HAS_INTL_API)
|
|
|
|
AC_SUBST(USE_ICU)
|
|
|
|
AC_SUBST(ICU_DATA_FILE)
|
|
|
|
|
|
|
|
if test -n "$USE_ICU"; then
|