summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 --------------------------------------------------