configure.ac: Only define HAVE_LLVM if LLVM is used
authorTobias Droste <tdroste@gmx.de>
Tue, 7 Feb 2017 19:53:32 +0000 (19:53 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Feb 2017 11:47:23 +0000 (11:47 +0000)
commit143c566a81fa7425df64ca83b8131e016af1d660
tree3a492b3cceec2b5b624d801107253eece24a7b6f
parent04377cbdcf19a112c04035d622c40d722cc238d7
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.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99010
Cc: "17.0" <mesa-stable@lists.freedesktop.org>
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