From: Ian Lynagh Date: Sat, 31 Oct 2009 08:44:26 +0000 (+0000) Subject: Define BootingFromHc in bindists; fixes #3617 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ea372e598d60295e3de24e64c9b44bd50752acf5 Define BootingFromHc in bindists; fixes #3617 This variable is tested when deciding whether or not to add debug to the list of RTS ways, so it needs to be correctly defined. --- diff --git a/distrib/configure-bin.ac.in b/distrib/configure-bin.ac.in index de306a9..a522dcf 100644 --- a/distrib/configure-bin.ac.in +++ b/distrib/configure-bin.ac.in @@ -8,6 +8,9 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [ FP_FIND_ROOT +BootingFromHc=NO +AC_SUBST(BootingFromHc) + dnl-------------------------------------------------------------------- dnl * Deal with arguments telling us gmp is somewhere odd dnl--------------------------------------------------------------------