X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.in;h=384fd5fe4315864495d76d64e525419e6b6c9e34;hb=b37ceb602403acbaa6bce6abccd66e9dc994068f;hp=515855115a3324451ea753f259e1612bed8b978f;hpb=03c1be51e11caeebe4ace921a92c3665eac747bb;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index 5158551..384fd5f 100644 --- a/configure.in +++ b/configure.in @@ -582,7 +582,7 @@ AC_SUBST(CompressSuffix) dnl ** check for installed happy binary + version dnl (don't do it if we're booting from .hc files though.) -if (test "$BootingFromHc" = "NO"); then +if test "$BootingFromHc" = "NO"; then FPTOOLS_HAPPY fi;