]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96398: Detect GCC compatible compilers in configure (#117825)
authorErlend E. Aasland <erlend@python.org>
Sat, 13 Apr 2024 07:05:07 +0000 (09:05 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Apr 2024 07:05:07 +0000 (09:05 +0200)
commitc2a551a30b520e520b084eec251f168549e1a3f0
tree3d17a8497ed88c3f1cd1c98f227b5fa9f87a84cb
parenteca53620e3ff1f2e7d621360a513ac34a1b35aa3
gh-96398: Detect GCC compatible compilers in configure (#117825)

Introduce a cached variable $ac_cv_gcc_compat and set it to 'yes' if
the C preprocessor defines the __GNUC__ macro.
configure
configure.ac