aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a8dedb76c2..7c528706ad 100755
--- a/configure
+++ b/configure
@@ -337,8 +337,8 @@ MAKE=`which ${makecmd:-make}`
if [ "$MAKE" != "" ]; then
MAKEVERSION=`$MAKE -v | head -1`
case $MAKEVERSION in
- "GNU Make 3.81")
- echo "You have GNU Make 3.81. Good!";;
+ "GNU Make 3.8"[12])
+ echo "You have GNU Make >= 3.81. Good!";;
*)
OK="no"
if [ -x ./make ]; then