From: Michael Tremer Date: Wed, 28 Jan 2009 21:10:28 +0000 (+0100) Subject: We don't require wget any more. X-Git-Tag: v3.0-alpha1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6397ec0cca69bea5eeba24d884674aa1495a471c;p=ipfire-3.x.git We don't require wget any more. --- diff --git a/tools/make-check b/tools/make-check index 9b2c0ba03..99d27e763 100644 --- a/tools/make-check +++ b/tools/make-check @@ -81,7 +81,6 @@ check_toolchain() { check_build() { check_common "Python" "python -V" check_common "GNU make" "3.79.1" "make --version | head -n1" - check_common "GNU wget" "wget --version | head -n1" check_common "Git" "git --version" check_common "GNU which" "which --version | head -n1" }