Check for MOVE_SELF, it was the last new thing added.

SVN revision: 29341
This commit is contained in:
Sebastian Dransfeld 2007-04-04 11:23:41 +00:00
parent bddb9be5cf
commit c13ec0ad48
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ if test "x$have_ecore_file" = "xyes"; then
#include <asm/unistd.h>
#include <linux/inotify.h>
],
[ int a = __NR_inotify_init; int b = IN_IGNORED; ],
[ int a = __NR_inotify_init; int b = IN_MOVE_SELF; ],
[
AC_DEFINE(HAVE_INOTIFY, 1, [ File monitoring with Inotify ])
], [