зеркало из https://github.com/mozilla/pjs.git
backing out last patch for bug 380540 for breakage
This commit is contained in:
Родитель
bd93c5d610
Коммит
798879852e
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче