Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 35f3d240ee5f0958034bd500949b08764e36f4dc https://github.com/python/cpython/commit/35f3d240ee5f0958034bd500949b08764e36f4dc Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年04月21日 (2017年4月21日) Changed paths: M configure M configure.ac Log Message: ----------- bpo-30104: configure now detects when cc is clang (#1233) Detect when the "cc" compiler (and the $CC variable) is the Clang compiler. The test is needed to add the -fno-strict-aliasing option on FreeBSD where cc is clang.