mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
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).