Skip to content

Commit

Permalink
require Alex version 2.1.0
Browse files Browse the repository at this point in the history
Having 2.0.1 causes some unicode tests to fail
  • Loading branch information
simonmar committed Sep 18, 2008
1 parent 619efa4 commit c55791e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aclocal.m4
Expand Up @@ -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)
Expand Down

0 comments on commit c55791e

Please sign in to comment.