configure.ac: Rename MESA_LLVM to FOUND_LLVM
authorTobias Droste <tdroste@gmx.de>
Thu, 8 Dec 2016 02:03:35 +0000 (03:03 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Jan 2017 13:23:00 +0000 (13:23 +0000)
commitadd9066eb06626f5bee032d1ed982fe93f5b2bd7
tree6fe1c815e2861e084926b8b250efe5db69aa1511
parent903eb09b5fb78d47d0f8a4bdf826a113ca2aff40
configure.ac: Rename MESA_LLVM to FOUND_LLVM

This renames MESA_LLVM to FOUND_LLVM and updates the config.log report
to say if LLVM is found or not, to make clear that this does not mean
that it is used.

There are no MESA_LLVM users so drop the AC_SUBST.

v2 [Emil]
 - Polish test: -a over && test, = over ==, unquiote xyes
 - other ?

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