bug 385745, breakpad landing broke --disable-compile-environment, r=luser
git-svn-id: svn://10.0.0.236/trunk@229134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
cc951df657
commit
f6c6ed6620
@ -5365,7 +5365,7 @@ if test -n "$MOZ_AIRBAG"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if test -z "$_CURL_FOUND"; then
|
||||
if test -z "$_CURL_FOUND" && test -z "$SKIP_LIBRARY_CHECKS"; then
|
||||
AC_MSG_ERROR([Couldn't find libcurl, which is required for the crash reporter. Use --disable-airbag to disable the crash reporter.])
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user