mirror of
https://github.com/python/cpython.git
synced 2025-12-07 13:50:06 +00:00
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).
1 line
64 B
ReStructuredText
1 line
64 B
ReStructuredText
Check ``statx`` availability only on Linux (including Android).
|