From b301c8bc964f8e7578276641cd86e5565a98014f Mon Sep 17 00:00:00 2001 From: "benjamin@smedbergs.us" Date: Wed, 25 Apr 2007 09:40:27 -0700 Subject: [PATCH] Bug 368206 - enable breakpad by default on mac-intel (it currently doesn't build on mac-ppc, but it will in the future), r=luser --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a08b03814741..3d9f1a997e87 100644 --- a/configure.in +++ b/configure.in @@ -5600,7 +5600,10 @@ dnl = Airbag crash reporting (on by default on supported platforms) dnl ======================================================== if test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC"; then - MOZ_AIRBAG=1 + MOZ_AIRBAG=1 +fi +if test "$OS_ARCH" = "Darwin" -a "$OS_TEST" = "i386"; then + MOZ_AIRBAG=1 fi MOZ_ARG_DISABLE_BOOL(airbag,