]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140239: Check for statx on Android (#140395)
authorJeffrey Bosboom <jbosboom@jeffreybosboom.com>
Tue, 21 Oct 2025 15:54:00 +0000 (08:54 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 15:54:00 +0000 (17:54 +0200)
commitc788bfb80e0e8b312d31db810de4c090a1059a71
tree44bda3e43b5d32db773fd3ea18db647ba6ef151a
parent0c01090ad957de4625f504ce4f29df0a05d09fba
gh-140239: Check for statx on Android (#140395)

Android has Linux's statx, but MACHDEP is "android" on Android, so
configure doesn't check for statx on Android.  Base the check for statx
on ac_sys_system instead, which is "Linux-android" on Android, "Linux"
on other Linux distributions, and "AIX" on AIX (which has an
incompatible function named statx).
Misc/NEWS.d/next/Build/2025-10-17-11-33-45.gh-issue-140239._k-GgW.rst
configure
configure.ac