summaryrefslogtreecommitdiff
path: root/m4/largefile.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-02-21 17:27:02 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-02-21 17:27:24 -0800
commitd571f0dca66b9347251d78b4c9085fefb78eddb3 (patch)
treea10ca37c484ba62a69298e532ccdad2244032b1e /m4/largefile.m4
parente22cd2677a4b7beacbf30b93bb0559f7b89f96ce (diff)
downloadgnulib-d571f0dca66b9347251d78b4c9085fefb78eddb3.tar.gz
largefile: remove _DARWIN_USE_64_BIT_INODE
It’s not needed in currently-supported macOS versions, and was problematic anyway in MacOS X 10.5 which was the only version that could use it. Problem reported by Peter Eisentraut in: https://lists.gnu.org/r/bug-autoconf/2020-02/msg00004.html * m4/largefile.m4 (AC_SYS_LARGEFILE): Don’t define _DARWIN_USE_64_BIT_INODE. This syncs with Autoconf master.
Diffstat (limited to 'm4/largefile.m4')
-rw-r--r--m4/largefile.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/largefile.m4 b/m4/largefile.m4
index e381339c40..8017ca70eb 100644
--- a/m4/largefile.m4
+++ b/m4/largefile.m4
@@ -113,9 +113,6 @@ if test "$enable_largefile" != no; then
[Define for large files, on AIX-style hosts.],
[_AC_SYS_LARGEFILE_TEST_INCLUDES])
fi
-
- AC_DEFINE([_DARWIN_USE_64_BIT_INODE], [1],
- [Enable large inode numbers on Mac OS X 10.5.])
fi
])# AC_SYS_LARGEFILE
])# m4_version_prereq 2.70