X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=9278126f3d76ea44be23d42a617d553e48f0d702;hb=bba816223372c52fb586cda2e3f041d7791110a5;hp=3eccc088b0b612158d1e150b7de1ebe7860c5824;hpb=4c452d125983172e55075c457b745289afd72d0e;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 3eccc08..9278126 100644 --- a/configure.ac +++ b/configure.ac @@ -132,6 +132,8 @@ if test "$WithGhc" != ""; then GhcCanonVersion="$GhcMajVersion$GhcMinVersion2" if test $GhcCanonVersion -ge 613; then ghc_ge_613=YES; else ghc_ge_613=NO; fi AC_SUBST(ghc_ge_613)dnl + + BOOTSTRAPPING_GHC_INFO_FIELD([CC_STAGE0],[C compiler command],['$(CC)']) fi dnl ** Must have GHC to build GHC, unless --enable-hc-boot is on