diff options
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 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 |