aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-09-12 17:09:19 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-09-12 17:09:19 -0600
commit5ec18339faeb0f540fd809a93f51f13d39059b58 (patch)
tree8a08119499146900e2a061b9c5bdef979c0c8ea3 /configure
parentd76ee5993a750c862527a6222344347d25b11641 (diff)
regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5ca6bdd..eca4b79 100755
--- a/configure
+++ b/configure
@@ -3578,7 +3578,7 @@ fi
makeversion="`make --version | head -1 | tr -d '.' | cut -d ' ' -f 3`"
MAKEVERSION="${makeversion}"
-if test $i = "make" -a ${makeversion} -lt 400; then
+if test ${makeversion} -lt 400; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Make 4.0 is missing, which is required" >&5
$as_echo "$as_me: WARNING: Make 4.0 is missing, which is required" >&2;}
fi