summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-03 21:40:14 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-03 21:40:14 +0200
commit14b122f0f6c2648884a7ea2b269bcd58d8748281 (patch)
tree68fd3c1cc32cbad9e8c407a7f0c2c364a922f77e /old-configure.in
parent693bd69e49ff9f2e2d6f7057cb570aa488aca4db (diff)
downloaduxp-14b122f0f6c2648884a7ea2b269bcd58d8748281.tar.gz
Unconditionally switch on the INTL API on all platforms.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/old-configure.in b/old-configure.in
index 7d336d37fc..374fddf192 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -5524,14 +5524,7 @@ 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
+_INTL_API=yes
if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then
USE_ICU=1