From 3d1f433e765e3af4eeca7c224fb41019a2b6ff25 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Mon, 7 May 2007 09:44:18 -0700 Subject: [PATCH] backing out configure change from bug 368206 since it's still busted with the 10.3.9 sdk --- 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