diff --git a/configure.in b/configure.in index ad34154020fe14a5e606d4dc63af1cc57f9aaf69..034f7fb559f252d96230f63fd04ec1a38d2f597e 100644 --- a/configure.in +++ b/configure.in @@ -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; # #