diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-31 08:44:26 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-31 08:44:26 +0000 |
commit | ea372e598d60295e3de24e64c9b44bd50752acf5 (patch) | |
tree | 3d614f04a53b9a675928528ae68f012a69f1c1da /distrib | |
parent | 1024967e845246c09c2547d4b2f17adab0fad976 (diff) | |
download | haskell-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.in | 3 |
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-------------------------------------------------------------------- |