]> git.kaiwu.me - nginx.git/commit
Core: removed incorrect GCC 2.7 check.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Apr 2016 10:17:12 +0000 (13:17 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 1 Apr 2016 10:17:12 +0000 (13:17 +0300)
commit7cee215f15cf91e40fe5709485e60655292e2c67
tree8ac20bf0802b750081f55d1b2f8afe1944372c88
parent316d4aca717339ed48de2f2a9d9fdb5ee48393e0
Core: removed incorrect GCC 2.7 check.

It was broken since introduction (__GNU__ instead of __GNUC__) and did
nothing.  Moreover, GCC 2.7 is happy with the normal version of the code.

Reported by Joel Cunningham,
http://mailman.nginx.org/pipermail/nginx-devel/2016-March/007964.html.
src/core/ngx_config.h