summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-08-14 15:43:22 +0000
committersimonmar <unknown>2003-08-14 15:43:22 +0000
commit247e8ad162edd7fb57396193aacfc5d7c56a2727 (patch)
tree95e25f607a137280dfcc6892ef0defcdae30e2df
parented10f2828652819fadfd4783a612c433361169c3 (diff)
downloadhaskell-247e8ad162edd7fb57396193aacfc5d7c56a2727.tar.gz
[project @ 2003-08-14 15:43:22 by simonmar]
Don't require Alex for building GHC (yet).
-rw-r--r--aclocal.m410
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)
])