diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 22:42:31 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 22:42:31 +0200 |
commit | 3b28e26d02106c31e3e2a03098ca24ea3f7e9f5d (patch) | |
tree | 2ef4b78c728a2e1a323babc75205b19911a5ffc0 /old-configure.in | |
parent | 175efcbab02bbfea84e565cdea9ee96d6436a08f (diff) | |
parent | 2860601772b392f3f6d2977269f11061f4e970ee (diff) | |
download | uxp-3b28e26d02106c31e3e2a03098ca24ea3f7e9f5d.tar.gz |
Merge branch 'intl-ICU-emoji-work'
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/old-configure.in b/old-configure.in index 731509c466..4c8cf83ef2 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5430,15 +5430,6 @@ dnl ======================================================== dnl ICU Support dnl ======================================================== -# Internationalization is not built or exposed on Fennec. -# See Bug 1215256 - -if test "$MOZ_BUILD_APP" = "mobile/android"; then - _INTL_API=no -else - _INTL_API=yes -fi - if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then USE_ICU=1 fi |