[commit: ghc] master: Remove obsolete --with-hc flag from ./configure (cd3fbff)

git at git.haskell.org git at git.haskell.org
Mon Mar 28 21:20:46 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/cd3fbff946bce86b48cba60e018ac864ffc37e57/ghc

>---------------------------------------------------------------

commit cd3fbff946bce86b48cba60e018ac864ffc37e57
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Mar 28 23:20:10 2016 +0200

    Remove obsolete --with-hc flag from ./configure
    
    This was probably missed during the big build-system refactoring in
    34cc75e1a62638f2833815746ebce0a9114dc26b


>---------------------------------------------------------------

cd3fbff946bce86b48cba60e018ac864ffc37e57
 configure.ac | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index ac88433..a645aec 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
 



More information about the ghc-commits mailing list