diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-31 21:25:26 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-31 22:41:26 +0100 |
commit | 12ee51137a8c848f64b44fd8f3f4cd899bb214bc (patch) | |
tree | fa5077088156d77a1ea1ad5764025341c0042b91 /configure.ac | |
parent | 3c8cb7f43c89e9a2b754adc5e639985f0b95b1f1 (diff) | |
download | haskell-12ee51137a8c848f64b44fd8f3f4cd899bb214bc.tar.gz |
Remove ghc-7.8 `-package-name`-compat handling
This code was introduced in 66218d15b7c27a4a38992003bd761f60bae84b1f to
use `-package-name` for GHC 7.8, whereas GHC 7.10 needs the new
`-this-package-key` flag.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 669dce3fee..ae8a3e9b24 100644 --- a/configure.ac +++ b/configure.ac @@ -159,11 +159,6 @@ FP_COMPARE_VERSIONS([$GhcVersion],[-gt],[7.7], CMM_SINK_BOOTSTRAP_IS_NEEDED=NO) AC_SUBST(CMM_SINK_BOOTSTRAP_IS_NEEDED) -FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[7.9], - SUPPORTS_COMPONENT_ID=NO, - SUPPORTS_COMPONENT_ID=YES) -AC_SUBST(SUPPORTS_COMPONENT_ID) - # GHC is passed to Cabal, so we need a native path if test "${WithGhc}" != "" then |