Define BootingFromHc in bindists; fixes #3617
authorIan Lynagh <igloo@earth.li>
Sat, 31 Oct 2009 08:44:26 +0000 (08:44 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 31 Oct 2009 08:44:26 +0000 (08:44 +0000)
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

index de306a9..a522dcf 100644 (file)
@@ -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--------------------------------------------------------------------