Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
8c7bea37
Commit
8c7bea37
authored
May 25, 2007
by
Simon Marlow
Browse files
add $(ghc_ge_607)
parent
4c0095c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
8c7bea37
...
...
@@ -716,10 +716,12 @@ if test "$WithGhc" != ""; then
if test $GhcCanonVersion -ge 602; then ghc_ge_602=YES; else ghc_ge_602=NO; fi
if test $GhcCanonVersion -ge 603; then ghc_ge_603=YES; else ghc_ge_603=NO; fi
if test $GhcCanonVersion -ge 605; then ghc_ge_605=YES; else ghc_ge_605=NO; fi
if test $GhcCanonVersion -ge 607; then ghc_ge_607=YES; else ghc_ge_607=NO; fi
AC_SUBST(ghc_ge_601)dnl
AC_SUBST(ghc_ge_602)dnl
AC_SUBST(ghc_ge_603)dnl
AC_SUBST(ghc_ge_605)dnl
AC_SUBST(ghc_ge_607)dnl
fi
# Check whether this GHC has readline installed
...
...
mk/config.mk.in
View file @
8c7bea37
...
...
@@ -827,6 +827,7 @@ ghc_ge_601 = YES
ghc_ge_602
=
YES
ghc_ge_603
=
YES
ghc_ge_605
=
YES
ghc_ge_607
=
YES
else
# not UseStage1 or BootingFromHc
...
...
@@ -842,6 +843,7 @@ ghc_ge_601 = @ghc_ge_601@
ghc_ge_602
=
@ghc_ge_602@
ghc_ge_603
=
@ghc_ge_603@
ghc_ge_605
=
@ghc_ge_605@
ghc_ge_607
=
@ghc_ge_607@
endif
# Canonicalised ghc version number, used for easy (integer) version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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