From 0e2f99846ae311793cd9e90cf2b5f1cb2eaae36e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 8 Feb 2005 10:20:50 +0000 Subject: [PATCH] [project @ 2005-02-08 10:20:50 by simonmar] Happy 1.15 is now required --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 1a45e4f..a746bc5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -273,8 +273,8 @@ fi; changequote([, ])dnl ]) if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Parser.hs; then - FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.14], - [AC_MSG_ERROR([Happy version 1.14 or later is required to compile GHC.])])[]dnl + FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.15], + [AC_MSG_ERROR([Happy version 1.15 or later is required to compile GHC.])])[]dnl fi HappyVersion=$fptools_cv_happy_version; AC_SUBST(HappyVersion) -- 1.7.10.4