bug 385745, breakpad landing broke --disable-compile-environment, r=luser

This commit is contained in:
axel%pike.org 2007-07-02 08:34:10 +00:00
Родитель 93e9735c95
Коммит 0e8a3bb11c
1 изменённых файлов: 1 добавлений и 1 удалений

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

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