]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_io: fix test for fallocate on 32bit boxes
authorEric Sandeen <sandeen@sandeen.net>
Mon, 15 Jun 2009 20:45:44 +0000 (15:45 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Mon, 15 Jun 2009 20:45:44 +0000 (15:45 -0500)
commitc17c73e2388ffdacc3543459b7344f97c28c5a2e
tree30644fb34fe949723d1fd1259ffc2733ffb6166f
parent28148f623d8deaa290674ac8173dcd0f904ca303
xfs_io: fix test for fallocate on 32bit boxes

As per Red Hat bug 500487, fallocate64 is missing in glibc,
so attempts to build with fallocate and _FILE_OFFSET_BITS=64
will fail.

So, change the config to test the way we will build.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Olaf Weber <olaf@sgi.com>
m4/package_libcdev.m4