From 9213494ea84370f095d1d43e81b78fa11e5529e7 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Sun, 24 Apr 2005 15:54:03 +0000 Subject: [PATCH] add-missing-inotify-test-20050424 so we actually detect the inotify sem --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5