Skip to content
Snippets Groups Projects
Commit 3ddb196d authored by Gabor Greif's avatar Gabor Greif :speech_balloon: Committed by Ben Gamari
Browse files

use shell variable CcLlvmBackend for test

Previously we used `AC_DEFINE`d variable `CC_LLVM_BACKEND` which has an empty shell expansion.

(cherry picked from commit 7cfb9baf)
parent 029b1b78
No related branches found
No related tags found
No related merge requests found
...@@ -1405,7 +1405,7 @@ echo "\ ...@@ -1405,7 +1405,7 @@ echo "\
which is version : $GhcVersion which is version : $GhcVersion
" "
if test "x$CC_LLVM_BACKEND" = "x1"; then if test "x$CcLlvmBackend" = "xYES"; then
CompilerName="clang " CompilerName="clang "
else else
CompilerName="gcc " CompilerName="gcc "
......
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