Commit 0a8f9cc
committed
Check for statx on Android
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 parent b2f9fb9 commit 0a8f9cc
File tree
3 files changed
+15
-9
lines changed- Misc/NEWS.d/next/Build
3 files changed
+15
-9
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5258 | 5258 | | |
5259 | 5259 | | |
5260 | 5260 | | |
5261 | | - | |
5262 | | - | |
5263 | | - | |
5264 | | - | |
| 5261 | + | |
| 5262 | + | |
| 5263 | + | |
| 5264 | + | |
| 5265 | + | |
5265 | 5266 | | |
5266 | 5267 | | |
5267 | 5268 | | |
| |||
0 commit comments