Damjan Jovanovic damjan.jov@gmail.com writes:
@@ -1351,6 +1351,15 @@ fi WINE_WARNING_WITH(xslt,[test "x$ac_cv_lib_soname_xslt" = "x"], [libxslt ${notice_platform}development files not found, xslt won't be supported.])
+dnl **** Check for inotify **** +if test "x$with_inotify" != "xno" +then
- WINE_PACKAGE_FLAGS(INOTIFY,[libinotify],,,,
[AC_CHECK_HEADER([sys/inotify.h])])
+fi +WINE_WARNING_WITH(inotify,[test "$ac_cv_header_sys_inotify_h" != "yes"],
[libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.])
We don't require sys/inotify.h on i386 Linux at the moment. Maybe this could be changed, but either way the warning should be in sync with what the code does.