diff options
author | John Ericson <git@JohnEricson.me> | 2019-10-06 12:35:24 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-07 12:07:08 -0400 |
commit | 4df39fd071aa5b6863818212df116547201cd29c (patch) | |
tree | 5e27be6b483369bc4602afd6d4ed8ec4a3b3172a /configure.ac | |
parent | 9a6bfb0a0b4c3a29652df1320c30035e1347949d (diff) | |
download | haskell-4df39fd071aa5b6863818212df116547201cd29c.tar.gz |
Get rid of GHC_PACKAGE_DB_FLAG
We no longer support booting from older GHC since
527bcc41630918977c73584d99125ff164400695.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 0a543c76cf..1ce075fe55 100644 --- a/configure.ac +++ b/configure.ac @@ -166,9 +166,6 @@ then fi fi -GHC_PACKAGE_DB_FLAG=package-db -AC_SUBST(GHC_PACKAGE_DB_FLAG) - # GHC is passed to Cabal, so we need a native path if test "${WithGhc}" != "" then |