diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-09-18 10:43:27 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-09-18 10:43:27 +0000 |
commit | 04eaa2d72ce1474f4b36621363108ed915ace9ef (patch) | |
tree | ad74231c9fd2ad3384de8be28c1ddeb05f5e394e /aclocal.m4 | |
parent | 49f7919e6b724042d37df3b14c4b7fa81f33b723 (diff) | |
download | haskell-04eaa2d72ce1474f4b36621363108ed915ace9ef.tar.gz |
Fix #3525 - we were still checking for ParsePkgConf.hs, which is gone
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index bf88bd77da..097ff9c5af 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.])])[] |