diff options
-rw-r--r-- | old-configure.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/old-configure.in b/old-configure.in index 7d336d37f..374fddf19 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 |