summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/wscript_configure
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/sysdep/wscript_configure')
-rw-r--r--source4/ntvfs/sysdep/wscript_configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/ntvfs/sysdep/wscript_configure b/source4/ntvfs/sysdep/wscript_configure
index 6cfa4abe91..f1d572e527 100644
--- a/source4/ntvfs/sysdep/wscript_configure
+++ b/source4/ntvfs/sysdep/wscript_configure
@@ -7,3 +7,8 @@ conf.CHECK_DECLS('F_SETLEASE', headers='linux/fcntl.h', reverse=True)
conf.CHECK_DECLS('SA_SIGINFO', headers='signal.h', reverse=True)
conf.CHECK_DECLS('__NR_inotify_init', reverse=True, headers='asm/unistd.h')
+
+if (conf.CONFIG_SET('HAVE___NR_INOTIFY_INIT') and
+ (conf.CONFIG_SET('HAVE_LINUX_INOTIFY_H') or
+ conf.CONFIG_SET('HAVE_SYS_INOTIFY_H'))):
+ conf.DEFINE('HAVE_LINUX_INOTIFY', 1)