From: Ian Lynagh Date: Mon, 12 Apr 2010 23:53:13 +0000 (+0000) Subject: Increase the minimum version number required to 6.10 in configure.ac X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5f220e2c4240826a6a4ccfd8ffe038ed1b0708b8 Increase the minimum version number required to 6.10 in configure.ac --- diff --git a/configure.ac b/configure.ac index 3c4e594..a4eb022 100644 --- a/configure.ac +++ b/configure.ac @@ -141,8 +141,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.8], - [AC_MSG_ERROR([GHC version 6.8 or later is required to compile GHC.])])dnl + FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[6.10], + [AC_MSG_ERROR([GHC version 6.10 or later is required to compile GHC.])])dnl if test `expr $GhcMinVersion % 2` = "1"; then if test "$EnableBootstrapWithDevelSnaphost" = "NO"; then