summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-09-13 10:59:59 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-09-13 10:59:59 +0100
commit1b4e25170add5efbb2d8de0d60a83212912e007e (patch)
treebf0362568caf9bc712e98c8dcc35e0da5bc96f6f /configure.ac
parent4027a7ddea293c539626b17b6b434bd4f0860f80 (diff)
downloadhaskell-1b4e25170add5efbb2d8de0d60a83212912e007e.tar.gz
GHC does build with Alex 3 now - remove the configure trap
However, one perf test fails (parsing001) due to extra allocation. I want to look into this so I'm not bumping it just yet.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index cfefdea36e..0e1fd5fc58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -608,9 +608,6 @@ dnl ** check for installed alex binary + version
dnl (don't do it if we're booting from .hc files though.)
if test "$BootingFromHc" = "NO"; then
FPTOOLS_ALEX
-if test "${Alex3}" = "YES"; then
- AC_MSG_ERROR([GHC does not build with Alex 3 yet; please install an older version (we hope to fix this soon).])
-fi
fi;
dnl --------------------------------------------------