From c55791e1381cfc1a3bddd6c182d32719d48471ce Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 18 Sep 2008 11:28:12 +0000 Subject: [PATCH] require Alex version 2.1.0 Having 2.0.1 causes some unicode tests to fail --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 99a4d03..42c1361 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -281,8 +281,8 @@ changequote([, ])dnl ]) if test ! -f compiler/cmm/CmmLex.hs || test ! -f compiler/parser/Lexer.hs then - FP_COMPARE_VERSIONS([$fptools_cv_alex_version],[-lt],[2.0.1], - [AC_MSG_ERROR([Alex version 2.0.1 or later is required to compile GHC.])])[]dnl + FP_COMPARE_VERSIONS([$fptools_cv_alex_version],[-lt],[2.1.0], + [AC_MSG_ERROR([Alex version 2.1.0 or later is required to compile GHC.])])[]dnl fi AlexVersion=$fptools_cv_alex_version; AC_SUBST(AlexVersion) -- 1.7.10.4