From: Jose Fonseca Date: Fri, 29 May 2015 11:13:36 +0000 (+0100) Subject: configure.ac: Link mcdisassembler component. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ad15e55bfbca3d6b829b985f9e7ea7e3e69bc61;p=mesa.git configure.ac: Link mcdisassembler component. gallivm now depends on it. And depending on particular LLVM version / configure options, the build can fail without this change due to undefined reference to `LLVM*Disasm*' symbols. Trivial. --- diff --git a/configure.ac b/configure.ac index e49473b0f7e..d32aa2492cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1921,7 +1921,7 @@ if test "x$enable_gallium_llvm" = xyes; then AC_MSG_ERROR([LLVM $LLVM_REQUIRED_VERSION_MAJOR.$LLVM_REQUIRED_VERSION_MINOR or newer is required]) fi - LLVM_COMPONENTS="engine bitwriter mcjit" + LLVM_COMPONENTS="engine bitwriter mcjit mcdisassembler" if test "x$enable_opencl" = xyes; then llvm_check_version_for "3" "5" "0" "opencl"