configure.ac: Remove swr_llvm_check()
authorTobias Droste <tdroste@gmx.de>
Sat, 19 Nov 2016 01:39:03 +0000 (02:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 14:43:46 +0000 (14:43 +0000)
commit19ff3975de6947bb8c6bfddff8e599c737f9185f
treea18c784ac0315feda6bbdcb7adcdf7925680fa23
parentb3119a3360824a93e193b326a57f71cda15bc96f
configure.ac: Remove swr_llvm_check()

No need for an additional function here.
Use the same style for LLVM checks as the other drivers
(e.g. r300, llvmpipe) that don't need a load of other checks.
Instead of open conding the LLVM version check, use the
function used by other drivers.

"enable_gallium_llvm" is checked by gallium_require_llvm().

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