summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2017-09-09 14:25:30 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2017-09-09 14:27:22 +0200
commit400ead81e80f66ad7b1260b11b2a92f25ccc3e5a (patch)
tree58ef2a49a1ae1a561dd8494a1188b7fc824d1433 /configure.ac
parent122f183d47fe46a54d2964111ce269939706b0f8 (diff)
downloadhaskell-400ead81e80f66ad7b1260b11b2a92f25ccc3e5a.tar.gz
Remove makefile logic for legacy -this-package-key
This isn't needed anymore as we don't support GHC < 8 anymore. This is a follow-up to 122f183
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 92b8523023..8d1a71a104 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,11 +176,6 @@ fi
GHC_PACKAGE_DB_FLAG=package-db
AC_SUBST(GHC_PACKAGE_DB_FLAG)
-FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[7.11],
- SUPPORTS_THIS_UNIT_ID=NO,
- SUPPORTS_THIS_UNIT_ID=YES)
-AC_SUBST(SUPPORTS_THIS_UNIT_ID)
-
# GHC is passed to Cabal, so we need a native path
if test "${WithGhc}" != ""
then