mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
configure.ac: Don't require shared LLVM when building OpenCL
This works now that pipe_*.so is no longer exporting LLVM symbols. Tested-by: Kai Wasserbäch <kai@dev.carbon-project.or>
This commit is contained in:
parent
6d6c749215
commit
cb080a10b6
1 changed files with 0 additions and 6 deletions
|
|
@ -1524,12 +1524,6 @@ AC_ARG_WITH([llvm-shared-libs],
|
|||
[link with LLVM shared libraries @<:@default=disabled@:>@])],
|
||||
[],
|
||||
[with_llvm_shared_libs=no])
|
||||
AS_IF([test x$enable_opencl = xyes],
|
||||
[
|
||||
if test "x$with_llvm_shared_libs" != xyes; then
|
||||
AC_MSG_ERROR([OpenCL requires LLVM shared libraries])
|
||||
fi
|
||||
])
|
||||
|
||||
AC_ARG_WITH([llvm-prefix],
|
||||
[AS_HELP_STRING([--with-llvm-prefix],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue