From 247e8ad162edd7fb57396193aacfc5d7c56a2727 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 14 Aug 2003 15:43:22 +0000 Subject: [PATCH] [project @ 2003-08-14 15:43:22 by simonmar] Don't require Alex for building GHC (yet). --- aclocal.m4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) ]) -- 1.7.10.4