mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
Fix test for MESA_LLVM.
This commit is contained in:
parent
68fc4b415e
commit
1a8b1277c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1589,7 +1589,7 @@ fi
|
|||
echo " Use XCB: $enable_xcb"
|
||||
|
||||
echo ""
|
||||
if test "x$MESA_LLVM" == x1; then
|
||||
if test "x$MESA_LLVM" = x1; then
|
||||
echo " llvm: yes"
|
||||
echo " llvm-config: $LLVM_CONFIG"
|
||||
echo " llvm-version: $LLVM_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue