From 5923ad7f59fc67a514a05411debe26fdcf670913 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 11 Mar 2010 14:48:21 -0500 Subject: [PATCH] Bug 520114, finish porting Bug 441324 to c-c, r=KaiRo --- config/config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.mk b/config/config.mk index 6b66b1100e..61678a313b 100644 --- a/config/config.mk +++ b/config/config.mk @@ -235,6 +235,9 @@ else endif endif +ifndef MOZILLA_1_9_2_BRANCH +MOZALLOC_LIB = $(call EXPAND_MOZLIBNAME,mozalloc) +endif # append debug flags # (these might have been above when processing MOZ_DBGRINFO_MODULES)