From ea372e598d60295e3de24e64c9b44bd50752acf5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 31 Oct 2009 08:44:26 +0000 Subject: [PATCH] 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. --- distrib/configure-bin.ac.in | 3 +++ 1 file changed, 3 insertions(+) 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-------------------------------------------------------------------- -- 1.7.10.4