X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.ac;h=9278126f3d76ea44be23d42a617d553e48f0d702;hp=3eccc088b0b612158d1e150b7de1ebe7860c5824;hb=be5ee2e3a1d3b3a0acfa19d4d73b087789956436;hpb=4c452d125983172e55075c457b745289afd72d0e 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