]> git.kaiwu.me - nginx.git/commit
Configure: fixed clang version detection (closes #1539).
authorRuslan Ermilov <ru@nginx.com>
Tue, 24 Apr 2018 11:04:59 +0000 (14:04 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 24 Apr 2018 11:04:59 +0000 (14:04 +0300)
commit6ce439ebde10f618cc78622a8f919c3624767fda
tree43723fa7b8eabd61eff5819345eb9aa4ce4794c9
parent644d26e841ec06023d0dc3eb9b624b404043c473
Configure: fixed clang version detection (closes #1539).

While 325b3042edd6 fixed it on MINIX, it broke it on systems
that output the word "version" on several lines with "cc -v".
The fix is to only consider "clang version" or "LLVM version"
as clang version, but this time only using sed(1).
auto/cc/clang