mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
- Don't use largefile support for GNU/Hurd.
This commit is contained in:
parent
eea86b0bc0
commit
006a56ceda
3 changed files with 12 additions and 1 deletions
|
@ -1986,6 +1986,11 @@ if test "$sol_lfs_bug" = "yes"; then
|
|||
use_lfs=no
|
||||
fi
|
||||
|
||||
# Don't use largefile support for GNU/Hurd
|
||||
case $ac_sys_system in GNU*)
|
||||
use_lfs=no
|
||||
esac
|
||||
|
||||
if test "$use_lfs" = "yes"; then
|
||||
# Two defines needed to enable largefile support on various platforms
|
||||
# These may affect some typedefs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue