mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
backing out last patch for bug 380540 for breakage
This commit is contained in:
parent
458d0c8b38
commit
ae37b1a9d7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user