From: simonmar Date: Mon, 29 Sep 2003 10:49:59 +0000 (+0000) Subject: [project @ 2003-09-29 10:49:59 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~403 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d3c7831f1ba9c6070e390f53daa24ed7da05139e [project @ 2003-09-29 10:49:59 by simonmar] Uncomment Alex version test: Alex 2.0 is now required to build GHC. --- 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) ])