configure.ac: only link against libraries from LLVM analysis component
commit9d5f18a4f349db33f6b33f01dbbf377b7a05fb68
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Jan 2012 15:50:36 +0000 (18 16:50 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Jan 2012 18:47:36 +0000 (18 19:47 +0100)
tree3ec45862df11e2ddfc2755391618c15dd8bdc335
parentfe7a1af3e19fc5b4b8e4d03a307d891b04512b90
configure.ac: only link against libraries from LLVM analysis component

Before, we would link against all LLVM components, which would make
us depend on google-test.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac