Re: [Mesa-dev] [PATCH 2/6] configure.ac: Only set LLVM_LIBS if LLVM is used

2016-12-08 Thread Tobias Droste
Am Donnerstag, 8. Dezember 2016, 17:06:16 CET schrieb Emil Velikov: > On 8 December 2016 at 02:03, Tobias Droste wrote: > > This renames llvm_check_version_for to llvm_require_version and let it > > set a variable to mark that LLVM will be used. > > > > Use this to make a usefull configure output

Re: [Mesa-dev] [PATCH 2/6] configure.ac: Only set LLVM_LIBS if LLVM is used

2016-12-08 Thread Emil Velikov
On 8 December 2016 at 02:03, Tobias Droste wrote: > This renames llvm_check_version_for to llvm_require_version and let it > set a variable to mark that LLVM will be used. > > Use this to make a usefull configure output and to only check if the > libs are found in LLVM if it is actually used. > >

[Mesa-dev] [PATCH 2/6] configure.ac: Only set LLVM_LIBS if LLVM is used

2016-12-07 Thread Tobias Droste
This renames llvm_check_version_for to llvm_require_version and let it set a variable to mark that LLVM will be used. Use this to make a usefull configure output and to only check if the libs are found in LLVM if it is actually used. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99010 S