summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d04143081530..8e374855cbbe 100644
--- a/configure.in
+++ b/configure.in
@@ -3760,6 +3760,9 @@ if test "$_make_longver" -ge "038200"; then
AC_MSG_RESULT([$GNUMAKE $_make_version])
elif test "$_make_longver" -ge "038100"; then
+ if test "$build_os" = "cygwin"; then
+ AC_MSG_ERROR([failed ($GNUMAKE version >= 3.82 needed])
+ fi
AC_MSG_RESULT([$GNUMAKE $_make_version])
dnl ===================================================================