Skip to content
Snippets Groups Projects
Commit 1c8be26a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-08 09:45:10 by simonm]

If the installed version of Happy is < 1.3, use the one from the tree.
parent 8bd7efc8
No related merge requests found
......@@ -388,6 +388,11 @@ AC_SUBST(CompressSuffix)
dnl ** check for installed happy binary + version
#
AC_HAPPY
if expr $HappyVersion \< "1.3" >/dev/null; then
echo " Happy Version 1.3 or later is required to compile GHC."
echo " Using the Happy sources in the tree.";
HappyCmd=""
fi;
#
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment