svga: replace binary HAVE_LLVM checks with LLVM_AVAILABLE

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Michel Dänzer <mdaenzer@redhat.com>
This commit is contained in:
Eric Engestrom
2019-08-27 23:59:14 +01:00
parent cf7d186be6
commit bce9c05ca8
+1 -1
View File
@@ -94,7 +94,7 @@ svga_get_name( struct pipe_screen *pscreen )
#else
build = "build: RELEASE;";
#endif
#ifdef HAVE_LLVM
#ifdef LLVM_AVAILABLE
llvm = "LLVM;";
#endif