summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-07 09:27:36 +1000
committerDave Airlie <airlied@redhat.com>2016-10-07 09:28:03 +1000
commit5267124648d8382038ce35304c5a8a4fa5c5d2b7 (patch)
tree8aeeef7af1ac5bf46d8add7f048658ea691bceb1 /configure.ac
parent24815bd7b3b50d2e634b56ca607856ecf08ec4ee (diff)
downloadexternal_mesa3d-5267124648d8382038ce35304c5a8a4fa5c5d2b7.zip
external_mesa3d-5267124648d8382038ce35304c5a8a4fa5c5d2b7.tar.gz
external_mesa3d-5267124648d8382038ce35304c5a8a4fa5c5d2b7.tar.bz2
radv: fix configure.ac check
This should be positive test. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8aa829..0c437a5 100644
--- 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