summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-10-31 08:44:26 +0000
committerIan Lynagh <igloo@earth.li>2009-10-31 08:44:26 +0000
commitea372e598d60295e3de24e64c9b44bd50752acf5 (patch)
tree3d614f04a53b9a675928528ae68f012a69f1c1da /distrib
parent1024967e845246c09c2547d4b2f17adab0fad976 (diff)
downloadhaskell-ea372e598d60295e3de24e64c9b44bd50752acf5.tar.gz
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.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/configure-bin.ac.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/configure-bin.ac.in b/distrib/configure-bin.ac.in
index de306a9189..a522dcfb24 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--------------------------------------------------------------------