projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24815bd
)
radv: fix configure.ac check
author
Dave Airlie
<airlied@redhat.com>
Thu, 6 Oct 2016 23:27:36 +0000
(09:27 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 6 Oct 2016 23:28:03 +0000
(09:28 +1000)
This should be positive test.
Signed-off-by: Dave Airlie <airlied@redhat.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c8aa829a8ca7f6a8f88ccac0c0b96c147d64407e..0c437a5cb00ae60eecf838b0238305aca075e9f2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2549,7
+2549,7
@@
if test -n "$with_gallium_drivers"; then
done
fi
-if test "x$HAVE_RADEON_VULKAN"
!= "x0
"; then
+if test "x$HAVE_RADEON_VULKAN"
= "xyes
"; then
radeon_llvm_check "radv" "3" "9" "0"
fi