X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.ac;h=f963e8f8d4f8a60959e546b567c847a9a1dfd638;hp=a2e4e1d69aadc3d4ff4de9ef349c769997606f38;hb=9319fbaf14f420cbbd9e670093cc86c5f04b7800;hpb=89ce706af6ca2670600b510bf8be8bce0b4fe9ef 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