diff --git a/mozilla/configure b/mozilla/configure index 7a301d6b8bf..539ec898fb9 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -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 diff --git a/mozilla/configure.in b/mozilla/configure.in index dcfc340edd8..4219a1e4e79 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -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