backing out last patch for bug 380540 for breakage

This commit is contained in:
dcamp%mozilla.com 2007-06-21 20:22:58 +00:00
Родитель dc8b6832e9
Коммит ca97d59659
2 изменённых файлов: 648 добавлений и 769 удалений

1410
configure поставляемый

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -5334,8 +5334,7 @@ dnl = Airbag crash reporting (on by default on supported platforms)
dnl ========================================================
if test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC" \
|| test "$OS_ARCH" = "Darwin" \
|| test "$OS_ARCH" = "Linux"; then
|| test "$OS_ARCH" = "Darwin"; then
MOZ_AIRBAG=1
fi
@ -5348,9 +5347,7 @@ if test -n "$MOZ_AIRBAG"; then
AC_DEFINE(MOZ_AIRBAG)
if test "$OS_ARCH" = "Linux"; then
PKG_CHECK_MODULES(MOZ_LIBCURL, libcurl, [], [
AC_MSG_ERROR([Couldn't find libcurl, which is required by the crash reporter. Use --disable-airbag to disable the crash reporter.])
])
PKG_CHECK_MODULES(MOZ_LIBCURL, libcurl)
fi
fi