add $(ghc_ge_607)
authorSimon Marlow <simonmar@microsoft.com>
Fri, 25 May 2007 14:42:02 +0000 (14:42 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 25 May 2007 14:42:02 +0000 (14:42 +0000)
configure.ac
mk/config.mk.in

index 4b9d401..ce9e04b 100644 (file)
@@ -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
index 5fea4b2..634006b 100644 (file)
@@ -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