configure.ac: Link mcdisassembler component.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 29 May 2015 11:13:36 +0000 (12:13 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Fri, 29 May 2015 11:17:16 +0000 (12:17 +0100)
commit0ad15e55bfbca3d6b829b985f9e7ea7e3e69bc61
treee1efb7be08ab6bbd30c29d8363a3f9eee3d69778
parent9119cd7d2c959e437c40c86f214d08dc198bfa69
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.
configure.ac