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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user