diff options
author | simonmar <unknown> | 2003-08-14 15:43:22 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-08-14 15:43:22 +0000 |
commit | 247e8ad162edd7fb57396193aacfc5d7c56a2727 (patch) | |
tree | 95e25f607a137280dfcc6892ef0defcdae30e2df | |
parent | ed10f2828652819fadfd4783a612c433361169c3 (diff) | |
download | haskell-247e8ad162edd7fb57396193aacfc5d7c56a2727.tar.gz |
[project @ 2003-08-14 15:43:22 by simonmar]
Don't require Alex for building GHC (yet).
-rw-r--r-- | aclocal.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index c2e50b02e4..37a731e30c 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) ]) |