summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-06-22 18:10:51 +0200
committerRene Engelhard <rene@openoffice.org>2010-06-22 18:10:51 +0200
commit7effb6ba5951ac704ec5b88937b2a2049b32fd09 (patch)
tree5f49eba68716b0fcf5c00db90c5337b1cc77ad23 /sal
parent1dec06fb3a6f9d11374060d3dcd14143704d43eb (diff)
configure25: #i111045# jemalloc
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/source/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk
index 82b9394ee90c..9968d8992be4 100644
--- a/sal/rtl/source/makefile.mk
+++ b/sal/rtl/source/makefile.mk
@@ -46,7 +46,7 @@ TARGETTYPE=CUI
.INCLUDE : settings.mk
-.IF "$(ALLOC)" == "SYS_ALLOC" || "$(ALLOC)" == "TCMALLOC"
+.IF "$(ALLOC)" == "SYS_ALLOC" || "$(ALLOC)" == "TCMALLOC" || "$(ALLOC)" == "JEMALLOC"
CDEFS+= -DFORCE_SYSALLOC
.ENDIF