X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=9da99da7a98ff25762a9ea9f19908e38bb8f6fea;hb=d15cb49d6fe600090fac7c56805ee4b13f4aaa47;hp=b3d1b320853b70b0bd362566ae26a780ac99a7b8;hpb=8efc5f209899b6e055c5957cd5efbb820ad596ee;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index b3d1b32..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: