aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-09-12 14:38:12 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-09-12 14:38:12 -0600
commitdea8af32885a7c670e6b1dee3ab59fdfa78b2c66 (patch)
tree6c77b8450f9f06c73edc88387f61aeb42fb302fb /configure
parenteb8262bbef572e92f8bd10e2ac75078d6b1067ba (diff)
regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index bc043097..5ca6bdd2 100755
--- a/configure
+++ b/configure
@@ -3575,10 +3575,10 @@ fi
# Versions of Make before 4.0 have a bug which breaks eglibc builds when
# using parallel jobs.
-makeversion="`make --version | head -1 | cut -d ' ' -f 3`"
+makeversion="`make --version | head -1 | tr -d '.' | cut -d ' ' -f 3`"
MAKEVERSION="${makeversion}"
-if test $i = "make" -a ${makeversion} -lt 4; then
+if test $i = "make" -a ${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