X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=b3d1b320853b70b0bd362566ae26a780ac99a7b8;hb=2f591deaf56c0361334c1fa1081d50bd9fb58883;hp=f4ba4dbec3657dda02a2a6ed7d842113c0f73802;hpb=dcabff855126e439a1315eea3c2a23fc28a5b334;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index f4ba4db..b3d1b32 100644 --- a/configure.ac +++ b/configure.ac @@ -1003,15 +1003,15 @@ if test "$BootingFromHc" = "NO"; then FPTOOLS_HAPPY fi; -dnl ** check for installed haddock -FPTOOLS_HADDOCK - dnl ** check for installed alex binary + version dnl (don't do it if we're booting from .hc files though.) if test "$BootingFromHc" = "NO"; then FPTOOLS_ALEX fi; +dnl Check we have an acceptable version of windres +FPTOOLS_WINDRES + dnl -------------------------------------------------- dnl ### program checking section ends here ### dnl --------------------------------------------------