summaryrefslogtreecommitdiffstats
path: root/memory/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'memory/moz.build')
-rw-r--r--memory/moz.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/memory/moz.build b/memory/moz.build
index cf8bbc0f3..bdf262293 100644
--- a/memory/moz.build
+++ b/memory/moz.build
@@ -21,8 +21,7 @@ if CONFIG['MOZ_MEMORY']:
]
if CONFIG['MOZ_JEMALLOC4'] or CONFIG['MOZ_REPLACE_MALLOC']:
- if not CONFIG['MOZ_SYSTEM_JEMALLOC']:
- DIRS += ['jemalloc']
+ DIRS += ['jemalloc']
if CONFIG['MOZ_REPLACE_MALLOC']:
DIRS += ['replace']