diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-09-13 10:59:59 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-09-13 10:59:59 +0100 |
commit | 1b4e25170add5efbb2d8de0d60a83212912e007e (patch) | |
tree | bf0362568caf9bc712e98c8dcc35e0da5bc96f6f /configure.ac | |
parent | 4027a7ddea293c539626b17b6b434bd4f0860f80 (diff) | |
download | haskell-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.ac | 3 |
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 -------------------------------------------------- |