mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 923528 - js/src/configure.in differs from configure.in in JS_GC_ZEAL setting (r=sfink)
This commit is contained in:
parent
4d69a2de1a
commit
8ad3c5a985
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user