diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8d6ceb9e65..a11af9f92d 100644 --- a/configure.ac +++ b/configure.ac @@ -1404,7 +1404,7 @@ echo "\ which is version : $GhcVersion " -if test "x$CC_LLVM_BACKEND" = "x1"; then +if test "x$CcLlvmBackend" = "xYES"; then CompilerName="clang " else CompilerName="gcc " |