]> git.kaiwu.me - nginx.git/commit
Configure: fixed clang detection on MINIX.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 23 Nov 2017 13:33:40 +0000 (16:33 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 23 Nov 2017 13:33:40 +0000 (16:33 +0300)
commit7a7fc708fb7f6739dc6652ee1f14da1f9e24650d
treea3dfa242758d84c2dc4e9008e80ce93fbed84c27
parent3656f2eb6322ebc4214c14bf3e3c47dfc7c13421
Configure: fixed clang detection on MINIX.

As per POSIX, basic regular expressions have no alternations, and the
interpretation of the "\|" construct is undefined.  At least on MINIX
and Solaris grep interprets "\|" as literal "|", and not as an alternation
as GNU grep does.  Removed such constructs introduced in f1daa0356a1d.
This fixes clang detection on MINIX.
auto/cc/clang
auto/cc/name