X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=aclocal.m4;h=37a731e30c6dd8de6c7b927a530225048c5eaaa9;hp=c2e50b02e4ba5c7513a786bc50b4abdc740ab36c;hb=247e8ad162edd7fb57396193aacfc5d7c56a2727;hpb=ed10f2828652819fadfd4783a612c433361169c3 diff --git a/aclocal.m4 b/aclocal.m4 index c2e50b0..37a731e 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.123 2003/08/13 13:35:07 simonmar Exp $ +dnl $Id: aclocal.m4,v 1.124 2003/08/14 15:43:22 simonmar Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -291,10 +291,10 @@ else fi; changequote([, ])dnl ]) -if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Lexer.hs; then - FPTOOLS_PROG_CHECK_VERSION([$fptools_cv_alex_version],-lt,[2.0], - [AC_MSG_ERROR([Alex version 2.0 or later is required to compile GHC.])])dnl -fi +dnl if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Lexer.hs; then +dnl FPTOOLS_PROG_CHECK_VERSION([$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 AlexVersion=$fptools_cv_alex_version; AC_SUBST(AlexVersion) ])