diff options
author | Eric Engestrom <[email protected]> | 2019-08-27 23:56:55 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-09-06 22:19:01 +0100 |
commit | 28cb16b6f86718f16219218427b78981a9a4de65 (patch) | |
tree | 9a4856a4784d1d6ec207b8b1f8e96ca1400f0bc2 /src/gallium/auxiliary/draw/draw_private.h | |
parent | ef434fbc25c479863b612f67bee6a4f3ef65cd39 (diff) |
aux/draw: 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/auxiliary/draw/draw_private.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index 9be5f94db80..3aa355b179e 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -46,7 +46,7 @@ #include "tgsi/tgsi_scan.h" -#ifdef HAVE_LLVM +#ifdef LLVM_AVAILABLE struct gallivm_state; #endif |