]> granicus.if.org Git - python/commit
bpo-30104: configure now detects when cc is clang (#1233)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 21 Apr 2017 10:35:24 +0000 (12:35 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Apr 2017 10:35:24 +0000 (12:35 +0200)
commit35f3d240ee5f0958034bd500949b08764e36f4dc
tree3779ed8a8ce6d58afdbf3613ff54219840c392f2
parent28205b203a4742c40080b4a2b4b2dcd800716edc
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.
configure
configure.ac