X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=9da99da7a98ff25762a9ea9f19908e38bb8f6fea;hb=840eb5b9b8894281e414d78cdbe037bc7b458e74;hp=3e48e23ac56ef390dfa1ff2ad5bbe4fae723cfba;hpb=40065d252f91034dcc9ecc14e7cb25b6b7a0bdca;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 3e48e23..9da99da 100644 --- a/configure.ac +++ b/configure.ac @@ -796,8 +796,8 @@ if test "$BootingFromHc" = "NO" -a -d "$srcdir/compiler"; then if test "$WithGhc" = ""; then AC_MSG_ERROR([GHC is required unless bootstrapping from .hc files.]) fi - FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[6.4], - [AC_MSG_ERROR([GHC version 6.4 or later is required to compile GHC.])])dnl + FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[6.6], + [AC_MSG_ERROR([GHC version 6.6 or later is required to compile GHC.])])dnl fi; # This uses GHC, so put it after the "GHC is required" check above: @@ -1009,6 +1009,9 @@ if test "$BootingFromHc" = "NO"; then FPTOOLS_ALEX fi; +dnl Check we have an acceptable version of windres +FPTOOLS_WINDRES + dnl -------------------------------------------------- dnl ### program checking section ends here ### dnl --------------------------------------------------