summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2016-06-14 08:15:25 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2016-06-14 08:15:25 (GMT)
commit006a56ceda1ad9c9b1caf6be14d87b3fee87c89a (patch)
tree3045353533836ac133ba5000a2a955c23d48fdc3 /configure
parenteea86b0bc0bbec2bd9bdacf2a3f174af7e170942 (diff)
downloadcpython-006a56ceda1ad9c9b1caf6be14d87b3fee87c89a.zip
cpython-006a56ceda1ad9c9b1caf6be14d87b3fee87c89a.tar.gz
cpython-006a56ceda1ad9c9b1caf6be14d87b3fee87c89a.tar.bz2
- Don't use largefile support for GNU/Hurd.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 3853716..7b02530 100755
--- a/configure
+++ b/configure
@@ -2890,7 +2890,6 @@ ac_config_headers="$ac_config_headers pyconfig.h"
-
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
if test -f "$ac_dir/install-sh"; then
@@ -8018,6 +8017,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