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

This commit is contained in:
benjamin@smedbergs.us 2007-04-25 09:40:27 -07:00
Родитель f091506c2b
Коммит b301c8bc96
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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,