Skip to content

Commit

Permalink
Small configure.ac refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Mar 23, 2013
1 parent 9548ec5 commit f4a2796
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ then
fi
fi

GHC_PACKAGE_DB_FLAG=package-db
FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[7.5],GHC_PACKAGE_DB_FLAG=package-conf)
FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[7.5],
GHC_PACKAGE_DB_FLAG=package-conf,
GHC_PACKAGE_DB_FLAG=package-db)
AC_SUBST(GHC_PACKAGE_DB_FLAG)

# GHC is passed to Cabal, so we need a native path
Expand Down

0 comments on commit f4a2796

Please sign in to comment.