mozilla-s390-bigendian.patch
changeset 1133 0a44f639e5ee
parent 1132 443c3ab13827
child 1134 01a4849e2ed3
equal deleted inserted replaced
1132:443c3ab13827 1133:0a44f639e5ee
     1 # HG changeset patch
       
     2 # User msirringhaus@suse.de
       
     3 # Date 1558452126 -7200
       
     4 #      Tue May 21 17:22:06 2019 +0200
       
     5 # Node ID a3cc550d25e3a04d906f516928cbcbe50efd585e
       
     6 # Parent  ae49126f2a63ba1de250ad02ffe39379295660f3
       
     7 [mq]: mozilla-s390-bigendian.patch
       
     8 
       
     9 diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4
       
    10 --- a/build/autoconf/icu.m4
       
    11 +++ b/build/autoconf/icu.m4
       
    12 @@ -63,17 +63,17 @@ if test -n "$USE_ICU"; then
       
    13      if test x"$version" = x; then
       
    14         AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno])
       
    15      fi
       
    16      MOZ_ICU_VERSION="$version"
       
    17  
       
    18      # TODO: the l is actually endian-dependent
       
    19      # We could make this set as 'l' or 'b' for little or big, respectively,
       
    20      # but we'd need to check in a big-endian version of the file.
       
    21 -    ICU_DATA_FILE="icudt${version}l.dat"
       
    22 +    ICU_DATA_FILE="icudt${version}b.dat"
       
    23  fi
       
    24  
       
    25  AC_SUBST(MOZ_ICU_VERSION)
       
    26  AC_SUBST(JS_HAS_INTL_API)
       
    27  AC_SUBST(USE_ICU)
       
    28  AC_SUBST(ICU_DATA_FILE)
       
    29  
       
    30  if test -n "$USE_ICU"; then