Automated update

This commit is contained in:
leaf%mozilla.org 2000-09-11 05:15:15 +00:00
parent 4ddd46c060
commit b8f77bee17

4
configure vendored
View File

@ -10682,8 +10682,8 @@ if test "$HAVE_DEMANGLE"
then
case "$target" in
*-linux*)
# Demangle only for debug builds
if test "$MOZ_DEBUG"
# Demangle only for debug or trace-malloc builds
if test "$MOZ_DEBUG" || test "$NS_TRACE_MALLOC"
then
MOZ_DEMANGLE_SYMBOLS=1
cat >> confdefs.h <<\EOF