]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
configure: remove unecessary definitions of _FILE_OFFSET_BITS
authorFelix Janda <felix.janda@posteo.de>
Mon, 31 Oct 2016 23:41:40 +0000 (10:41 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 31 Oct 2016 23:41:40 +0000 (10:41 +1100)
commit4a06616678f6cf6dd091f72d1cdefd11bebdb829
tree526d0402d54bc1b44ed12c6ddf05927f3d89251f
parentebe750ed747cbc59a5675193cdcbc3459ebda107
configure: remove unecessary definitions of _FILE_OFFSET_BITS

now that we use AC_SYS_LARGEFILE, there is no need to explicitly
define _FILE_OFFSET_BITS.

Signed-off-by: Felix Janda <felix.janda@posteo.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/builddefs.in
m4/package_libcdev.m4