Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
5f220e2c
Commit
5f220e2c
authored
Apr 12, 2010
by
Ian Lynagh
Browse files
Increase the minimum version number required to 6.10 in configure.ac
parent
4685464e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
5f220e2c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment