configure.ac: remove unused LLVM variables
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 18 Jan 2017 13:53:59 +0000 (13:53 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Feb 2017 11:47:23 +0000 (11:47 +0000)
commit65ee9dff693a30fbd222f4c9d4193f11d8a0dbaf
tree0995ac7781bdd8bdffbd2bd29d0da22b1df96588
parent143c566a81fa7425df64ca83b8131e016af1d660
configure.ac: remove unused LLVM variables

LLVM_BINDIR is completely unused while others such as LLVM_LIBDIR are
used only internally. In the latter case there's no need to AC_SUBST it.

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