diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 14:56:34 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 14:56:34 +0000 |
commit | b8bf9a3b4096971803a1bd4c8c98a7d4d393d886 (patch) | |
tree | 3eacd8afdad9516a1df4337a0e29a2add5d327d2 /distrib | |
parent | ffe795d92b1e0c385474100ecfb649fd40ae6b4d (diff) | |
download | haskell-b8bf9a3b4096971803a1bd4c8c98a7d4d393d886.tar.gz |
Finish removing BootingFromHc
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 2f96a1a7eb..09b54577bf 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -9,9 +9,6 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [ FP_BINDIST_GHC_PWD FP_FIND_ROOT -BootingFromHc=NO -AC_SUBST(BootingFromHc) - dnl-------------------------------------------------------------------- dnl * Deal with arguments telling us gmp is somewhere odd dnl-------------------------------------------------------------------- |