configure.ac: Move LLVM ac_subst closer to usage
authorTobias Droste <tdroste@gmx.de>
Sat, 19 Nov 2016 01:39:06 +0000 (02:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 14:43:47 +0000 (14:43 +0000)
commitc702369bf514cf08ec5699e5be15badb069d6e96
tree2485764887e5b11ec980b04a0d16f49a7e22e17f
parent62f4e6f2726c34357e274fcc1ef934f96c498ba2
configure.ac: Move LLVM ac_subst closer to usage

This moves llvm_set_environment_variables to its final destination
and moves all the LLVM AC_SUBST() below the function call.
No functional change.

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