summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-17 10:49:21 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-17 10:49:21 -0600
commite4a4abae21d14a6c1a4ae875fa582e2b389dc177 (patch)
treee2312a93f5f7dfdc6f2b0130dc51b2dbb7c89e87 /aclocal.m4
parent20b1a0772a6f830cbfba016baea99628a792bb7b (diff)
downloadhaskell-e4a4abae21d14a6c1a4ae875fa582e2b389dc177.tar.gz
Fix #8675
Haddock no longer has a generated parser, so we don't need it in the sdist and we certainly don't want to check for it in the ./configure script (as that would be bogus.) Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 98f3e3d662..63e8462c6a 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -898,11 +898,6 @@ then
FP_COMPARE_VERSIONS([$fptools_cv_alex_version],[-lt],[3.1.0],
[AC_MSG_ERROR([Alex version 3.1.0 or later is required to compile GHC.])])[]
fi
-if test ! -f utils/haddock/src/Haddock/Lex.hs
-then
- FP_COMPARE_VERSIONS([$fptools_cv_alex_version],[-lt],[3.0],
- [AC_MSG_ERROR([Alex version 3.0 or later is required to compile Haddock.])])[]
-fi
AlexVersion=$fptools_cv_alex_version;
AC_SUBST(AlexVersion)
AC_SUBST(Alex3)