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 16:40:27 +00:00
Родитель 8fe270e090
Коммит 890abe14b9
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,