From e6f6b3fe7f2fbb406fb8df9dcfdbfe97e4c93f40 Mon Sep 17 00:00:00 2001 From: cltbld Date: Mon, 2 Jul 2007 08:41:04 +0000 Subject: [PATCH] Automated update from host egg.build.mozilla.org git-svn-id: svn://10.0.0.236/trunk@229135 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/configure b/mozilla/configure index e92c3f33437..60031c874e1 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -15252,7 +15252,7 @@ echo "configure:15248: checking MOZ_LIBCURL_LIBS" >&5 fi fi - if test -z "$_CURL_FOUND"; then + if test -z "$_CURL_FOUND" && test -z "$SKIP_LIBRARY_CHECKS"; then { echo "configure: error: Couldn't find libcurl, which is required for the crash reporter. Use --disable-airbag to disable the crash reporter." 1>&2; exit 1; } fi fi