configure.ac: Revert recent HAVE_LLVM changes.
[mesa.git] / src / gallium / auxiliary / draw / draw_vs.h
index 7b9fd4fac7b4ad6c0f57c411dc43b39ec0881eef..6a900224c110d006ba927b780cdf1df0fe318f5d 100644 (file)
@@ -163,7 +163,7 @@ draw_create_vs_exec(struct draw_context *draw,
 struct draw_vs_variant_key;
 struct draw_vertex_shader;
 
-#if HAVE_GALLIUM_LLVM
+#if HAVE_LLVM
 struct draw_vertex_shader *
 draw_create_vs_llvm(struct draw_context *draw,
                    const struct pipe_shader_state *state);