s3/wscript: remove unused check for F_NOTIFY
authorStefan Metzmacher <metze@samba.org>
Mon, 7 Dec 2020 10:24:43 +0000 (11:24 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 7 Dec 2020 19:02:33 +0000 (19:02 +0000)
commit1b2e67641f2df766d099696a11e7b5122f5851cf
tree2cdf21f7a44c5bce8beb1ccb5cf7d82cea34803d
parent058f96f4c4eda42b404f0067521d3eafb495fe7d
s3/wscript: remove unused check for F_NOTIFY

There're no references to F_NOTIFY nor HAVE_KERNEL_CHANGE_NOTIFY in the
code, so the configure check is not needed at all.

We only use the inotify or fam abstractions.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/wscript