Fix #3525 - we were still checking for ParsePkgConf.hs, which is gone
authorSimon Marlow <marlowsd@gmail.com>
Fri, 18 Sep 2009 10:43:27 +0000 (10:43 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 18 Sep 2009 10:43:27 +0000 (10:43 +0000)
aclocal.m4

index bf88bd7..097ff9c 100644 (file)
@@ -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.])])[]