Skip to content
Snippets Groups Projects
Commit 0ae0f466 authored by Ben Gamari's avatar Ben Gamari
Browse files

Preserve HaskellHaveRTSLinker in bindist

Otherwise you end up with ("target has RTS linker","@HaskellHaveRTSLinker@") in
the installed settings file.
parent fb08252a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment