[commit: ghc] master: Small configure.ac refactoring (f4a2796)
Ian Lynagh
igloo at earth.li
Sat Mar 23 23:42:33 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/f4a2796d85c60ba7d0e3fbc1c5061b30bfb85ca6
>---------------------------------------------------------------
commit f4a2796d85c60ba7d0e3fbc1c5061b30bfb85ca6
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Mar 23 21:54:53 2013 +0000
Small configure.ac refactoring
>---------------------------------------------------------------
configure.ac | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index f2c85bc..9d83660 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the ghc-commits
mailing list