From: Chas Williams Date: Wed, 20 Sep 2006 00:28:24 +0000 (+0000) Subject: DEVEL15-linux-i-blksize-test-20060919 X-Git-Tag: openafs-devel-1_5_9~61 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b15bafceead350768d511561f06659ffd1c9dea4;p=packages%2Fo%2Fopenafs.git DEVEL15-linux-i-blksize-test-20060919 this was missed in the configure test conversions (cherry picked from commit 361751cbf4b0cfef9a738cfcfbbd589eee621ade) --- diff --git a/acinclude.m4 b/acinclude.m4 index 8a88f9cae..d8d1fc087 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -720,6 +720,9 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*) if test "x$ac_cv_linux_fs_struct_inode_has_i_alloc_sem" = "xyes"; then AC_DEFINE(STRUCT_INODE_HAS_I_ALLOC_SEM, 1, [define if your struct inode has alloc_sem]) fi + if test "x$ac_cv_linux_fs_struct_inode_has_i_blksize" = "xyes"; then + AC_DEFINE(STRUCT_INODE_HAS_I_BLKSIZE, 1, [define if your struct inode has i_blksize]) + fi if test "x$ac_cv_linux_fs_struct_inode_has_i_devices" = "xyes"; then AC_DEFINE(STRUCT_INODE_HAS_I_DEVICES, 1, [define if you struct inode has i_devices]) fi