From: Paul Eggert Date: Sat, 22 Feb 2020 01:17:45 +0000 (-0800) Subject: Remove definition of _DARWIN_USE_64_BIT_INODE X-Git-Tag: v2.69b~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2864a5dbbfeb5383451ff1858cc16cdae05d738c;p=thirdparty%2Fautoconf.git Remove definition of _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 * lib/autoconf/specific.m4 (AC_SYS_LARGEFILE): Don’t define _DARWIN_USE_64_BIT_INODE. --- diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 4dec075b..1c41832d 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -168,9 +168,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