summaryrefslogtreecommitdiffstats
path: root/netwerk/test/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/moz.build')
-rw-r--r--netwerk/test/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/moz.build b/netwerk/test/moz.build
index 3df865c3a..c83cca0eb 100644
--- a/netwerk/test/moz.build
+++ b/netwerk/test/moz.build
@@ -57,7 +57,7 @@ RESOURCE_FILES += [
USE_LIBS += ['static:js']
-if CONFIG['ENABLE_INTL_API'] and CONFIG['MOZ_ICU_DATA_ARCHIVE']:
+if CONFIG['MOZ_ICU_DATA_ARCHIVE']:
# The ICU libraries linked into libmozjs will not include the ICU data,
# so link it directly.
USE_LIBS += ['icudata']