configure.ac: add llvm-config --system-libs to CLANG_LIBS
commit64f7bb1bf5ec65b8822041371ca84de0f0853cda
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 7 Feb 2014 13:50:28 +0000 (7 14:50 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 7 Feb 2014 13:50:28 +0000 (7 14:50 +0100)
treedd0eba93507dcfdf7702a5a445e9c88bc965aa3a
parent8fb8a4ed48aac686213a6617c390d1289250e92d
configure.ac: add llvm-config --system-libs to CLANG_LIBS

Recent versions of llvm-config split off the --system-libs from the --ldflags.
Curiously, llvm-config --system-libs first prints a line with only spaces,
so we need to pick up the last line from the output.

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