Bug 923528 - js/src/configure.in differs from configure.in in JS_GC_ZEAL setting (r=sfink)

This commit is contained in:
Bill McCloskey 2013-10-10 10:52:26 -07:00
parent 4d69a2de1a
commit 8ad3c5a985

View File

@ -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