[Mesa-dev] [PATCH v3 05/25] configure.ac: Remove useless oCL LLVM check
Tobias Droste
tdroste at gmx.de
Tue Oct 11 23:02:32 UTC 2016
This is handled by "llvm_check_version_for" a few lines below.
Signed-off-by: Tobias Droste <tdroste at gmx.de>
---
configure.ac | 4 ----
1 file changed, 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index dcd59fc..a006558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2293,10 +2293,6 @@ if test "x$enable_gallium_llvm" = xyes || test "x$HAVE_RADEON_VULKAN" = xyes; th
else
MESA_LLVM=0
LLVM_VERSION_INT=0
-
- if test "x$enable_opencl" = xyes; then
- AC_MSG_ERROR([cannot enable OpenCL without LLVM])
- fi
fi
if test "x$enable_opencl" = xyes; then
--
2.10.0
More information about the mesa-dev
mailing list