configure.ac: Move llvm-config searching outside the function
authorTobias Droste <tdroste@gmx.de>
Sat, 19 Nov 2016 01:38:59 +0000 (02:38 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 14:43:46 +0000 (14:43 +0000)
commit8c98e27074240a97daadddb0ba3a7e40cc7a646d
treea1d9422b3941fc755fec5a7609b0fb59f654de06
parent0cc4ffd67b7a9fa8d9f22aab0834f9eb004b659f
configure.ac: Move llvm-config searching outside the function

There's no harm in always searching llvm-config.
This way it's available as soon as possible for all functions.

Signed-off-by: Tobias Droste <tdroste@gmx.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac