configure.ac: Move LLVM version check to the top
authorTobias Droste <tdroste@gmx.de>
Sat, 19 Nov 2016 01:38:57 +0000 (02:38 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 14:43:46 +0000 (14:43 +0000)
commitbf4b0fc33b1ddec47041bbc826485dbff0536318
tree484af72ca2bcc6d6f6a9e3793825b9bd58e883b9
parent9a3bccc75e82397f3331e0923b8530af2309d1cd
configure.ac: Move LLVM version check to the top

A function with the LLVM version checked is moved to the top.
The function is called where the old code was.
No functional change.

Signed-off-by: Tobias Droste <tdroste@gmx.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
[Emil Velikov: s/ipos/ipo/, drop "yes" argument from llvm_add_component]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac