diff options
author | Ian Lynagh <igloo@earth.li> | 2010-12-14 01:10:11 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-12-14 01:10:11 +0000 |
commit | 2247d4c49e705ee88f5249368e718c12897fe103 (patch) | |
tree | 04858b4d0dc1e356755ad94ba79616fdc464c978 /configure.ac | |
parent | cf00e6f9496393962342df483f9555b8c71ae0c2 (diff) | |
download | haskell-2247d4c49e705ee88f5249368e718c12897fe103.tar.gz |
Remove dead code now that we require the bootstrapping compiler be >= 6.12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 7c948878dc..a18f2f7a4d 100644 --- a/configure.ac +++ b/configure.ac @@ -125,12 +125,7 @@ if test "$WithGhc" != ""; then AC_SUBST(GhcPatchLevel)dnl GhcMinVersion2=`echo "$GhcMinVersion" | sed 's/^\\(.\\)$/0\\1/'` GhcCanonVersion="$GhcMajVersion$GhcMinVersion2" - 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_6102)dnl - AC_SUBST(ghc_ge_611)dnl AC_SUBST(ghc_ge_613)dnl fi |