configure: remove compiler detection
authorNikolai Vavilov <vvnicholas@gmail.com>
Tue, 23 Dec 2014 19:15:46 +0000 (20:15 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 23 Dec 2014 18:27:24 +0000 (19:27 +0100)
commit0f3d7e6032052b4a02e04dabdc02104206d1825e
tree89801e8c04f14ebde7879c7d3e4966bca2a31170
parentc77a494e4ac7e20a466fa0cafaa258fdda810423
configure: remove compiler detection

The GCC version is no longer relevant since only 4.8 and newer are
supported. It's probably safe to assume clang on mac since V8 does
so too.

PR-URL: https://github.com/iojs/io.js/pull/205
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
common.gypi
configure