diff options
Diffstat (limited to 'distrib/configure-bin.ac.in')
-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-------------------------------------------------------------------- |