]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Remove definition of _DARWIN_USE_64_BIT_INODE
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Feb 2020 01:17:45 +0000 (17:17 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Feb 2020 01:24:19 +0000 (17:24 -0800)
commit2864a5dbbfeb5383451ff1858cc16cdae05d738c
tree6f5f8109002e6c4227c1c1df136e30d6fbb4f799
parentd78a7dd95fed24e417dfb4d08124a9ce7c1f7d1e
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.
lib/autoconf/specific.m4