]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
linux-i-blksize-test-20060919
authorChas Williams <chas@cmf.nrl.navy.mil>
Tue, 19 Sep 2006 22:33:10 +0000 (22:33 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 19 Sep 2006 22:33:10 +0000 (22:33 +0000)
this was missed in the configure test conversions

acinclude.m4

index 4663ceb389a342df68ae9cc28035e75e9c6dd7f2..7d0911465c1c556936772318db85c7f01ac6f1ba 100644 (file)
@@ -708,6 +708,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