From: Emil Velikov <emil.veli...@collabora.com>

There's no point in the extra conditional.

Cc: Tobias Droste <tdro...@gmx.de>
Signed-off-by: Emil Velikov <emil.veli...@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

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to