diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-09-18 11:28:12 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-09-18 11:28:12 +0000 |
commit | c55791e1381cfc1a3bddd6c182d32719d48471ce (patch) | |
tree | c6389554bffcfd3d4c16025496fd352ea992caf3 /aclocal.m4 | |
parent | 619efa4035d215c16ea657f2b038362c87b769fc (diff) | |
download | haskell-c55791e1381cfc1a3bddd6c182d32719d48471ce.tar.gz |
require Alex version 2.1.0
Having 2.0.1 causes some unicode tests to fail
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 99a4d03ff6..42c136157b 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) |