summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-05-09 15:05:08 +0000
committerIan Lynagh <igloo@earth.li>2007-05-09 15:05:08 +0000
commit329b02ee067c93031866854884f0a57d0e93b193 (patch)
tree1f0d0cedccdb1e45356ccdad67c5c67808073905 /configure.ac
parentf03a7287057767143926fdba55bac2325a47ca86 (diff)
downloadhaskell-329b02ee067c93031866854884f0a57d0e93b193.tar.gz
Remove ghc_ge_504 (it's required to be true now anyway)
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 ac69cb1387..4b9d4013a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -712,12 +712,10 @@ if test "$WithGhc" != ""; then
AC_SUBST(GhcPatchLevel)dnl
GhcMinVersion2=`echo "$GhcMinVersion" | sed 's/^\\(.\\)$/0\\1/'`
GhcCanonVersion="$GhcMajVersion$GhcMinVersion2"
- if test $GhcCanonVersion -ge 504; then ghc_ge_504=YES; else ghc_ge_504=NO; fi
if test $GhcCanonVersion -ge 601; then ghc_ge_601=YES; else ghc_ge_601=NO; fi
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
- AC_SUBST(ghc_ge_504)dnl
AC_SUBST(ghc_ge_601)dnl
AC_SUBST(ghc_ge_602)dnl
AC_SUBST(ghc_ge_603)dnl