summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-04 00:29:04 +0200
committerNoel Power <noel.power@novell.com>2012-05-09 09:39:18 +0100
commitf4f4e3c050b117a8bfaa95a865b3b37bcb637516 (patch)
tree37a224082d2ae279ac747f01e56c91b386627435 /configure.in
parent4f01261a04b702819aba9966177abe601761103b (diff)
gbuild: use mixed paths on cygwin
make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
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 ===================================================================