From: Simon Marlow Date: Fri, 18 Sep 2009 10:43:27 +0000 (+0000) Subject: Fix #3525 - we were still checking for ParsePkgConf.hs, which is gone X-Git-Tag: 2009-11-15~303 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=04eaa2d72ce1474f4b36621363108ed915ace9ef;p=ghc-hetmet.git Fix #3525 - we were still checking for ParsePkgConf.hs, which is gone --- diff --git a/aclocal.m4 b/aclocal.m4 index bf88bd7..097ff9c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -244,7 +244,7 @@ else fi; changequote([, ])dnl ]) -if test ! -f compiler/parser/Parser.hs || test ! -f compiler/main/ParsePkgConf.hs || test ! -f compiler/cmm/CmmParse.hs || test ! -f compiler/parser/ParserCore.hs +if test ! -f compiler/parser/Parser.hs || test ! -f compiler/cmm/CmmParse.hs || test ! -f compiler/parser/ParserCore.hs then FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.16], [AC_MSG_ERROR([Happy version 1.16 or later is required to compile GHC.])])[]