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