Make sure we get demangling for --enable-trace-malloc builds, too. r=brendan

This commit is contained in:
waterson%netscape.com 2000-09-11 05:08:09 +00:00
Родитель 9b74802076
Коммит 27d5c1658f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3308,8 +3308,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
AC_DEFINE(MOZ_DEMANGLE_SYMBOLS)