summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-23 00:16:43 +0000
committerIan Lynagh <igloo@earth.li>2009-05-23 00:16:43 +0000
commit01abcd30e51f5f03ed795a3fbaea6e25137960a4 (patch)
tree893fe3666581fe515694ebb9144890ee215cbd0b /configure.ac
parente0064eda414b686fde7c600837cbad6e09007be8 (diff)
downloadhaskell-01abcd30e51f5f03ed795a3fbaea6e25137960a4.tar.gz
ghc_ge_607 is now always true
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 218b641903..69416b099e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,9 +160,7 @@ if test "$WithGhc" != ""; then
AC_SUBST(GhcPatchLevel)dnl
GhcMinVersion2=`echo "$GhcMinVersion" | sed 's/^\\(.\\)$/0\\1/'`
GhcCanonVersion="$GhcMajVersion$GhcMinVersion2"
- 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_607)dnl
AC_SUBST(ghc_ge_609)dnl
fi