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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user