From: Chaskiel M Grundman Date: Sun, 24 Apr 2005 15:55:15 +0000 (+0000) Subject: STABLE14-add-missing-inotify-test-20050424 X-Git-Tag: openafs-devel-1_3_82~27 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c7e260ef0d38de11978e52bf9329bb0fa6e61224;p=packages%2Fo%2Fopenafs.git STABLE14-add-missing-inotify-test-20050424 so we actually detect the inotify sem (cherry picked from commit 9213494ea84370f095d1d43e81b78fa11e5529e7) --- diff --git a/acinclude.m4 b/acinclude.m4 index 84484bcea..cf8df8b4c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -697,6 +697,9 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*) if test "x$ac_cv_linux_fs_struct_inode_has_inotify_lock" = "xyes"; then AC_DEFINE(STRUCT_INODE_HAS_INOTIFY_LOCK, 1, [define if your struct inode has inotify_lock]) fi + if test "x$ac_cv_linux_fs_struct_inode_has_inotify_sem" = "xyes"; then + AC_DEFINE(STRUCT_INODE_HAS_INOTIFY_SEM, 1, [define if your struct inode has inotify_sem]) + fi if test "x$ac_cv_linux_func_recalc_sigpending_takes_void" = "xyes"; then AC_DEFINE(RECALC_SIGPENDING_TAKES_VOID, 1, [define if your recalc_sigpending takes void]) fi