backing out configure change from bug 368206 since it's still busted with the 10.3.9 sdk

This commit is contained in:
ted.mielczarek@gmail.com 2007-05-07 09:44:18 -07:00
Родитель e659c0665b
Коммит 3d1f433e76
1 изменённых файлов: 1 добавлений и 2 удалений

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

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