X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=849b1859058228dc17031c62a7325005b02324a8;hb=624e821201ed68425c906358f8d45a69f4e61093;hp=4cacfd6e57497684df6ecdac2f338d0193ca2217;hpb=763598e44760872c7ca68aca72457b7267a42947;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 4cacfd6..849b185 100644 --- a/configure.ac +++ b/configure.ac @@ -129,9 +129,11 @@ if test "$WithGhc" != ""; then FP_COMPARE_VERSIONS($GhcVersion,[-ge],[6.10.2], [ghc_ge_6102=YES], [ghc_ge_6102=NO]) if test $GhcCanonVersion -ge 611; then ghc_ge_611=YES; else ghc_ge_611=NO; fi + if test $GhcCanonVersion -ge 613; then ghc_ge_613=YES; else ghc_ge_613=NO; fi AC_SUBST(ghc_ge_609)dnl AC_SUBST(ghc_ge_6102)dnl AC_SUBST(ghc_ge_611)dnl + AC_SUBST(ghc_ge_613)dnl fi dnl ** Must have GHC to build GHC, unless --enable-hc-boot is on