diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2016-03-28 23:20:10 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2016-03-28 23:20:10 +0200 |
commit | cd3fbff946bce86b48cba60e018ac864ffc37e57 (patch) | |
tree | 12600b7869511f8b8bd9d6227879676000e4fcb6 | |
parent | eb25381da2e4a95337ad9c2fabff60d699b41bc7 (diff) | |
download | haskell-cd3fbff946bce86b48cba60e018ac864ffc37e57.tar.gz |
Remove obsolete --with-hc flag from ./configure
This was probably missed during the big build-system refactoring in
34cc75e1a62638f2833815746ebce0a9114dc26b
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index ac88433821..a645aec9c0 100644 --- a/configure.ac +++ b/configure.ac @@ -252,15 +252,6 @@ AC_ARG_ENABLE(unregisterised, ) AC_SUBST(Unregisterised) -AC_ARG_WITH(hc, -[AC_HELP_STRING([--with-hc=ARG], - [Use ARG as the path to the compiler for compiling ordinary - Haskell code (default= value of --with-ghc)])], -[WithHc="$withval"], -[WithHc=$WithGhc] -) -AC_SUBST(WithHc) - # Requires FPTOOLS_SET_PLATFORM_VARS to be run first. FP_FIND_ROOT |