From: Dave Airlie Date: Thu, 6 Oct 2016 23:27:36 +0000 (+1000) Subject: radv: fix configure.ac check X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5267124648d8382038ce35304c5a8a4fa5c5d2b7;p=mesa.git radv: fix configure.ac check This should be positive test. Signed-off-by: Dave Airlie --- diff --git a/configure.ac b/configure.ac index c8aa829a8ca..0c437a5cb00 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