summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-07-13 13:58:14 +0200
committerKurt Zenker <kz@openoffice.org>2010-07-13 13:58:14 +0200
commit33ddb7dd3056dbe281a8551a39e85f23feeca35b (patch)
treeb57121d8f57d19681780b2c4f45856bda7639f4a /sal
parente92af537345358c7df58f89cf9da497277555592 (diff)
parent7effb6ba5951ac704ec5b88937b2a2049b32fd09 (diff)
CWS-TOOLING: integrate CWS configure25_OOO330
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