From 8ad3c5a985d48a104ae3d9e78a06db9d91a09caf Mon Sep 17 00:00:00 2001 From: Bill McCloskey Date: Thu, 10 Oct 2013 10:52:26 -0700 Subject: [PATCH] Bug 923528 - js/src/configure.in differs from configure.in in JS_GC_ZEAL setting (r=sfink) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5651f9d6036..362cc8a3261 100644 --- a/configure.in +++ b/configure.in @@ -7152,7 +7152,7 @@ MOZ_ARG_ENABLE_BOOL(gczeal, [ --enable-gczeal Enable zealous JavaScript GCing], JS_GC_ZEAL=1, JS_GC_ZEAL= ) -if test -n "$JS_GC_ZEAL"; then +if test -n "$JS_GC_ZEAL" -o -n "$MOZ_DEBUG"; then AC_DEFINE(JS_GC_ZEAL) fi