configure.ac: Only define HAVE_LLVM if LLVM is used
authorTobias Droste <tdroste@gmx.de>
Thu, 8 Dec 2016 02:03:37 +0000 (03:03 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Jan 2017 13:23:01 +0000 (13:23 +0000)
commitb045d23c0b804074a7fbc849d7098d51056ccb6b
tree16d7b6ac75943913ee1d4908843a9ff26df635c0
parent38e81293b0f5d0361c83f80f1d5b32a2a8a67feb
configure.ac: Only define HAVE_LLVM if LLVM is used

Make sure that HAVE_LLVM compiler define is only set if LLVM is
actually used.

Signed-off-by: Tobias Droste <tdroste@gmx.de>
v2 [Emil] fold within the existing conditional
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac