backing out last patch for bug 380540 for breakage

This commit is contained in:
dcamp@mozilla.com 2007-06-21 13:22:58 -07:00
Родитель bd93c5d610
Коммит 798879852e
1 изменённых файлов: 2 добавлений и 5 удалений

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

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