From cb080a10b68b82467ebb6f62e047f15cd2e5af80 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 23 Oct 2013 15:36:41 -0400 Subject: [PATCH] configure.ac: Don't require shared LLVM when building OpenCL MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This works now that pipe_*.so is no longer exporting LLVM symbols. Tested-by: Kai Wasserbäch --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index f756b736112..e4a72849046 100644 --- a/configure.ac +++ b/configure.ac @@ -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], -- 2.30.2