summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-08-27 23:59:14 +0100
committerEric Engestrom <[email protected]>2019-09-06 22:19:01 +0100
commitbce9c05ca8820bb0f31976e35674485b2ec15a8d (patch)
treee6eae3497246bd3c6509c8c7772360d38c5444ee /src/gallium/drivers/svga
parentcf7d186be6c4b20a5d18c45df108b8fc9bfe3f4d (diff)
svga: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga')
-rw-r--r--src/gallium/drivers/svga/svga_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c
index f2fa124cf06..a8adf259967 100644
--- a/src/gallium/drivers/svga/svga_screen.c
+++ b/src/gallium/drivers/svga/svga_screen.c
@@ -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