Automatically disable airbag for mingw builds

Bug #362128 r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@216240 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2006-12-01 08:04:59 +00:00
parent ea2634e773
commit 0dd72d58fc
2 changed files with 2 additions and 2 deletions

2
mozilla/configure vendored
View File

@@ -15414,7 +15414,7 @@ fi
fi
if test "$OS_ARCH" = "WINNT"; then
if test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC"; then
MOZ_AIRBAG=1
fi

View File

@@ -5517,7 +5517,7 @@ dnl ========================================================
dnl = Airbag crash reporting (on by default on supported platforms)
dnl ========================================================
if test "$OS_ARCH" = "WINNT"; then
if test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC"; then
MOZ_AIRBAG=1
fi