OS/2 optimized build is totally broke with the THROW stuff - I've opened a bug with the compiler folks

git-svn-id: svn://10.0.0.236/trunk@124849 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2002-07-09 16:38:02 +00:00
parent c7ea150cc9
commit 259b6f4456

View File

@ -4037,7 +4037,7 @@ _MOZ_CPP_EXCEPTIONS=1 ])
# Irix & OSF native compilers do not like exception declarations
# when exceptions are disabled
if test "$_MOZ_CPP_EXCEPTIONS" -o -n "$MIPSPRO_CXX" -o -n "$COMPAQ_CXX"; then
if test "$_MOZ_CPP_EXCEPTIONS" -o -n "$MIPSPRO_CXX" -o -n "$COMPAQ_CXX" -o -n "$VACPP"; then
AC_DEFINE(CPP_THROW_NEW, [])
else
AC_DEFINE(CPP_THROW_NEW, [throw()])