summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-02-20 00:13:47 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-02-21 14:10:40 +0100
commitb006492214284590784baab6095f6426e6ff87da (patch)
treea6d9fab5a4441225e12256d9d1422c3762cbdc6e /configure.ac
parent50c7cacdf36738653391664844a37cc78c04e605 (diff)
downloadptxdist-b006492214284590784baab6095f6426e6ff87da.tar.gz
ptxdist-b006492214284590784baab6095f6426e6ff87da.tar.xz
[configure] fix make-to-old error message
We need "make >= 3.81" not "make >= 2.81" Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f303a330c..3abe36f82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -289,7 +289,7 @@ if test -z "${MAJOR_MAKE_VERSION}" -o -z "${MINOR_MAKE_VERSION}" ; then
AC_MSG_ERROR([could not parse make version. GNU make >= 3.81 required])
fi
if test $MAJOR_MAKE_VERSION -eq 3 -a $MINOR_MAKE_VERSION -lt 81 -o $MAJOR_MAKE_VERSION -lt 3 ; then
- AC_MSG_ERROR([GNU make >= 2.81 required ($MAKE_VERSION found)])
+ AC_MSG_ERROR([GNU make >= 3.81 required ($MAKE_VERSION found)])
fi
dnl Check for file