configure.ac: Move oCL LLVM checks to the oCL section
authorTobias Droste <tdroste@gmx.de>
Sat, 19 Nov 2016 01:39:05 +0000 (02:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 14:43:47 +0000 (14:43 +0000)
commit62f4e6f2726c34357e274fcc1ef934f96c498ba2
tree1e8e04ff6ac9c86164176a405b3cdeec6fa907ad
parent9d14a25bee0f1457a82f3e42b3baf3db1806faea
configure.ac: Move oCL LLVM checks to the oCL section

The LLVM checks can be anywhere below line 1161 now.
Move the openCL LLVM checks to the section with the other openCL checks.
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