From 661e009a90cc3538f75ba48aebf3df6e947ade34 Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Fri, 14 Nov 2003 23:55:41 +0000 Subject: [PATCH] Fix toolkit tracemalloc bustage, patch by swalker. --- toolkit/xre/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/xre/Makefile.in b/toolkit/xre/Makefile.in index 93c034c816d..4434d80d1db 100644 --- a/toolkit/xre/Makefile.in +++ b/toolkit/xre/Makefile.in @@ -76,6 +76,10 @@ ifdef MOZ_JPROF REQUIRES += jprof endif +ifdef NS_TRACE_MALLOC +REQUIRES += tracemalloc +endif + FORCE_STATIC_LIB = 1 EXPORTS = nsXULAppAPI.h