projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c98e27
)
configure.ac: Remove useless oCL LLVM check
author
Tobias Droste
<tdroste@gmx.de>
Sat, 19 Nov 2016 01:39:00 +0000
(
02:39
+0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 14:43:46 +0000
(14:43 +0000)
This is handled by "llvm_check_version_for" for openCL.
Signed-off-by: Tobias Droste <tdroste@gmx.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 78eb8cb9ff1d9d7b1a36b7502a21763f8c1ebaae..ea0354aa06c77b7ba705a4de9b4d9ad0b30652db 100644
(file)
--- 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