From: simonmar Date: Tue, 8 Feb 2005 10:20:50 +0000 (+0000) Subject: [project @ 2005-02-08 10:20:50 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1099 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0e2f99846ae311793cd9e90cf2b5f1cb2eaae36e [project @ 2005-02-08 10:20:50 by simonmar] Happy 1.15 is now required --- 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)