summaryrefslogtreecommitdiffstats
path: root/intl/unicharutil/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'intl/unicharutil/moz.build')
-rw-r--r--intl/unicharutil/moz.build10
1 files changed, 1 insertions, 9 deletions
diff --git a/intl/unicharutil/moz.build b/intl/unicharutil/moz.build
index 461fd255e..7b93396fc 100644
--- a/intl/unicharutil/moz.build
+++ b/intl/unicharutil/moz.build
@@ -27,17 +27,9 @@ UNIFIED_SOURCES += [
'nsCategoryImp.cpp',
'nsEntityConverter.cpp',
'nsSaveAsCharset.cpp',
+ 'nsUnicodeNormalizer.cpp',
]
-if CONFIG['ENABLE_INTL_API']:
- UNIFIED_SOURCES += [
- 'nsUnicodeNormalizer_ICU.cpp',
- ]
-else:
- UNIFIED_SOURCES += [
- 'nsUnicodeNormalizer.cpp',
- ]
-
FINAL_LIBRARY = 'xul'
if CONFIG['GNU_CXX']: