[Mesa-dev] [PATCH 2/8] configure.ac: directly print the contents of USE_LLVM
Emil Velikov
emil.l.velikov at gmail.com
Wed Jan 18 13:53:58 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
There's no point in the extra conditional.
Cc: Tobias Droste <tdroste at gmx.de>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
configure.ac | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0f60e13ec7..f19164eaf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2992,11 +2992,7 @@ if test "x$FOUND_LLVM" = xyes; then
else
echo " llvm found: no"
fi
-if test "x$USE_LLVM" = xyes; then
- echo " llvm used: yes"
-else
- echo " llvm used: no"
-fi
+echo " llvm used: $USE_LLVM"
echo ""
if test -n "$with_gallium_drivers"; then
--
2.11.0
More information about the mesa-dev
mailing list