diff options
Diffstat (limited to 'netwerk/test')
-rw-r--r-- | netwerk/test/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/moz.build b/netwerk/test/moz.build index 3df865c3a8..c83cca0ebf 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'] |