configure.ac: only link against libraries from LLVM analysis component
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Jan 2012 15:47:38 +0000 (16:47 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Jan 2012 18:12:02 +0000 (19:12 +0100)
commit74e04074955e8ff7b7f270568ddf064339343dc6
treec699eb641d4c3aba8666720aa19aac730fe99028
parenta855b8c14c954e9874fac6ee3d718235b1ed07cf
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