diff options
author | Tobias Droste <[email protected]> | 2016-11-19 02:39:00 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-12-05 14:43:46 +0000 |
commit | 1ca0486147bea5840cece12604877a9669f9ab76 (patch) | |
tree | 1aaa6b67047fd94bced827c1b1d777f216937164 /configure.ac | |
parent | 8c98e27074240a97daadddb0ba3a7e40cc7a646d (diff) |
configure.ac: Remove useless oCL LLVM check
This is handled by "llvm_check_version_for" for openCL.
Signed-off-by: Tobias Droste <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 78eb8cb9ff1..ea0354aa06c 100644 --- a/configure.ac +++ b/configure.ac @@ -2296,10 +2296,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 dnl Directory for XVMC libs |