back out part of jerry kirk's check in. not sure why he turned this off.

git-svn-id: svn://10.0.0.236/trunk@73286 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-06-27 04:37:15 +00:00
parent 4e8cabf2fc
commit abf8ea00c6

View File

@@ -3280,6 +3280,17 @@ then
AC_DEFINE(MOZ_DEMANGLE_SYMBOLS)
fi
;;
*-solaris*)
# Demangle only for debug builds which are using the Gnu compiler.
if test "$GNU_CC"
then
if test "$MOZ_DEBUG"
then
MOZ_DEMANGLE_SYMBOLS=1
AC_DEFINE(MOZ_DEMANGLE_SYMBOLS)
fi
fi
;;
esac
fi