From d3c7831f1ba9c6070e390f53daa24ed7da05139e Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 29 Sep 2003 10:49:59 +0000 Subject: [PATCH] [project @ 2003-09-29 10:49:59 by simonmar] Uncomment Alex version test: Alex 2.0 is now required to build GHC. --- aclocal.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 0fb7fcd..9c1bc92 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -372,10 +372,10 @@ else fi; changequote([, ])dnl ]) -dnl if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Lexer.hs; then -dnl FP_COMPARE_VERSIONS([$fptools_cv_alex_version],[-lt],[2.0], -dnl [AC_MSG_ERROR([Alex version 2.0 or later is required to compile GHC.])])[]dnl -dnl fi +if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Lexer.hs; then + FP_COMPARE_VERSIONS([$fptools_cv_alex_version],[-lt],[2.0], + [AC_MSG_ERROR([Alex version 2.0 or later is required to compile GHC.])])[]dnl +fi AlexVersion=$fptools_cv_alex_version; AC_SUBST(AlexVersion) ]) -- 1.7.10.4