diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-22 18:10:51 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-22 18:10:51 +0200 |
commit | 7effb6ba5951ac704ec5b88937b2a2049b32fd09 (patch) | |
tree | 5f49eba68716b0fcf5c00db90c5337b1cc77ad23 /sal | |
parent | 1dec06fb3a6f9d11374060d3dcd14143704d43eb (diff) |
configure25: #i111045# jemalloc
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/source/makefile.mk | 2 |
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 |