Re: [Mesa-dev] [PATCH v2 14/17] configure.ac: correctly manage llvm auto-detection

2017-02-09 Thread Tobias Droste
Reviewed-by: Tobias Droste for v2, too Am Donnerstag, 9. Februar 2017, 20:57:45 CET schrieb Emil Velikov: > From: Emil Velikov > > Earlier refactoring commits changed from one, dare I say it, broken > behaviour to another. Namely: > > Before, as you explicitly --enable-gallium-llvm your select

[Mesa-dev] [PATCH v2 14/17] configure.ac: correctly manage llvm auto-detection

2017-02-09 Thread Emil Velikov
From: Emil Velikov Earlier refactoring commits changed from one, dare I say it, broken behaviour to another. Namely: Before, as you explicitly --enable-gallium-llvm your selection was ignored when llvm-config was not present/detected. Today, the "auto" heuristics enables gallium llvm regardless