mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02: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@:>@])],
|
[link with LLVM shared libraries @<:@default=disabled@:>@])],
|
||||||
[],
|
[],
|
||||||
[with_llvm_shared_libs=no])
|
[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],
|
AC_ARG_WITH([llvm-prefix],
|
||||||
[AS_HELP_STRING([--with-llvm-prefix],
|
[AS_HELP_STRING([--with-llvm-prefix],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue