From a500571ecb902edfe484c241fba5bcf2686670fe Mon Sep 17 00:00:00 2001 From: "sayrer@gmail.com" Date: Mon, 7 May 2007 14:56:02 -0700 Subject: [PATCH] backing out patch for bug 368206 due to bustage --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5762c8feeff8..94b696ace1d7 100644 --- a/configure.in +++ b/configure.in @@ -5531,8 +5531,7 @@ dnl ======================================================== dnl = Airbag crash reporting (on by default on supported platforms) dnl ======================================================== -if test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC" \ - || test "$OS_ARCH" = "Darwin"; then +if test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC"; then MOZ_AIRBAG=1 fi