[commit: ghc] master: Preserve HaskellHaveRTSLinker in bindist (0ae0f46)
git at git.haskell.org
git at git.haskell.org
Sun Jul 23 16:55:08 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0ae0f466902dff493cd5104872289834819c6a5f/ghc
>---------------------------------------------------------------
commit 0ae0f466902dff493cd5104872289834819c6a5f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jul 23 10:45:07 2017 -0400
Preserve HaskellHaveRTSLinker in bindist
Otherwise you end up with ("target has RTS linker","@HaskellHaveRTSLinker@") in
the installed settings file.
>---------------------------------------------------------------
0ae0f466902dff493cd5104872289834819c6a5f
distrib/configure.ac.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 8c7b226..7c27dad 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -15,6 +15,9 @@ FP_GMP
dnl Various things from the source distribution configure
bootstrap_target=@TargetPlatform@
+HaskellHaveRTSLinker=@HaskellHaveRTSLinker@
+AC_SUBST(HaskellHaveRTSLinker)
+
FFIIncludeDir=@FFIIncludeDir@
FFILibDir=@FFILibDir@
AC_SUBST(FFILibDir)
More information about the ghc-commits
mailing list