]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
authorStefan Krah <skrah@bytereef.org>
Thu, 2 Jul 2015 18:27:56 +0000 (20:27 +0200)
committerStefan Krah <skrah@bytereef.org>
Thu, 2 Jul 2015 18:27:56 +0000 (20:27 +0200)
commite31db2a8214e338be8873a92f7c40c94a56c7078
tree149982a81ee355db66cc05eac3282b5a03ea53c1
parent49c521fd5d3102916045551019368eae66dc7696
Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
positives with the -flto option (gcc >= 4.9.0 and clang).
configure
configure.ac