summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordoko <doko@ubuntu.com>2016-06-14 10:15:25 +0200
committerdoko <doko@ubuntu.com>2016-06-14 10:15:25 +0200
commit029ca9d149065ab046b0837244cffa7bf51fbdd4 (patch)
treeb5d00d5632448a55f3c844c0fe171de179c419f5 /configure.ac
parent9591cc1bd328a80dc1fe6a2f2691d2b6f24451e3 (diff)
downloadcpython-029ca9d149065ab046b0837244cffa7bf51fbdd4.tar.gz
- Don't use largefile support for GNU/Hurd.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fa1bdec138..39d12e98de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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