diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-07-23 10:45:07 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-23 10:45:07 -0400 |
commit | 0ae0f466902dff493cd5104872289834819c6a5f (patch) | |
tree | 1f4adf049ff315fbe12a5ad9a3ec16a83b3de699 /distrib | |
parent | fb08252ae44dd39e5dcd0de8bd63843eb495f213 (diff) | |
download | haskell-0ae0f466902dff493cd5104872289834819c6a5f.tar.gz |
Preserve HaskellHaveRTSLinker in bindist
Otherwise you end up with ("target has RTS linker","@HaskellHaveRTSLinker@") in
the installed settings file.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 8c7b226df4..7c27dad64e 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) |