configure.ac: Only set LLVM_LIBS if LLVM is used
authorTobias Droste <tdroste@gmx.de>
Thu, 8 Dec 2016 02:03:36 +0000 (03:03 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Jan 2017 13:23:01 +0000 (13:23 +0000)
commit38e81293b0f5d0361c83f80f1d5b32a2a8a67feb
tree8f3603e4e454ded7104ca1665f4359c4d48b91f3
parentadd9066eb06626f5bee032d1ed982fe93f5b2bd7
configure.ac: Only set LLVM_LIBS if LLVM is used

This renames llvm_check_version_for to llvm_require_version and let it
set a variable to mark that LLVM will be used.

Use this to make a usefull configure output and to only check if the
libs are found in LLVM if it is actually used.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99010

Signed-off-by: Tobias Droste <tdroste@gmx.de>
configure.ac