From: Ian Lynagh Date: Sun, 15 Jun 2008 13:46:36 +0000 (+0000) Subject: Add ghc_ge_609 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b0242d5ad3e5c119702c41159ca395bec7904828;p=ghc-hetmet.git Add ghc_ge_609 --- diff --git a/configure.ac b/configure.ac index a2e4e1d..f963e8f 100644 --- a/configure.ac +++ b/configure.ac @@ -665,8 +665,10 @@ if test "$WithGhc" != ""; then GhcCanonVersion="$GhcMajVersion$GhcMinVersion2" 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 + if test $GhcCanonVersion -ge 609; then ghc_ge_609=YES; else ghc_ge_609=NO; fi AC_SUBST(ghc_ge_605)dnl AC_SUBST(ghc_ge_607)dnl + AC_SUBST(ghc_ge_609)dnl fi # Check whether this GHC has editline installed diff --git a/mk/config.mk.in b/mk/config.mk.in index 1279523..406810b 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -905,6 +905,7 @@ GhcMinVersion = @GhcMinVersion@ ghc_ge_605 = YES ghc_ge_607 = YES +ghc_ge_609 = YES else # not UseStage1 or BootingFromHc @@ -918,6 +919,7 @@ GhcMinVersion = @GhcMinVersion@ # Some useful GHC version predicates: ghc_ge_605 = @ghc_ge_605@ ghc_ge_607 = @ghc_ge_607@ +ghc_ge_609 = @ghc_ge_609@ endif # Canonicalised ghc version number, used for easy (integer) version