From 5267124648d8382038ce35304c5a8a4fa5c5d2b7 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 7 Oct 2016 09:27:36 +1000 Subject: radv: fix configure.ac check This should be positive test. Signed-off-by: Dave Airlie --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.1