summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-04 17:22:03 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-04 17:22:03 +0200
commitdd9af06efa886153b1e2a5c994d861bf4f65b060 (patch)
treea8fd2456878259b7427769275201940943b2d4b3
parent1f18c1fdd66dcf7296f35be07d45e73410d3bd69 (diff)
downloadUXP-dd9af06efa886153b1e2a5c994d861bf4f65b060.tar
UXP-dd9af06efa886153b1e2a5c994d861bf4f65b060.tar.gz
UXP-dd9af06efa886153b1e2a5c994d861bf4f65b060.tar.lz
UXP-dd9af06efa886153b1e2a5c994d861bf4f65b060.tar.xz
UXP-dd9af06efa886153b1e2a5c994d861bf4f65b060.zip
Issue #325 Part 11: Fix up build files.
-rw-r--r--netwerk/test/moz.build2
-rw-r--r--toolkit/components/moz.build3
2 files changed, 2 insertions, 3 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']
diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build
index 5dba09a32..e0b412428 100644
--- a/toolkit/components/moz.build
+++ b/toolkit/components/moz.build
@@ -70,8 +70,7 @@ DIRS += [
if CONFIG['MOZ_WEBEXTENSIONS']:
DIRS += ['webextensions']
-if CONFIG['ENABLE_INTL_API']:
- DIRS += ['mozintl']
+DIRS += ['mozintl']
if not CONFIG['MOZ_FENNEC']:
DIRS += ['narrate', 'viewsource'];