X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.ac;h=7c948878dc3d52219370d19b37502283a8d7ee11;hp=a59fa089ebab32ad73886519afaab2899728203a;hb=cf00e6f9496393962342df483f9555b8c71ae0c2;hpb=1dac1b2f7bf3c453cbb8eabd692d5673b37cf7ee diff --git a/configure.ac b/configure.ac index a59fa08..7c94887 100644 --- a/configure.ac +++ b/configure.ac @@ -139,8 +139,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.10], - [AC_MSG_ERROR([GHC version 6.10 or later is required to compile GHC.])])dnl + FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[6.12], + [AC_MSG_ERROR([GHC version 6.12 or later is required to compile GHC.])])dnl if test `expr $GhcMinVersion % 2` = "1"; then if test "$EnableBootstrapWithDevelSnaphost" = "NO"; then