[PATCH] wineserver: link to the inotify library on non-Linux systems

Alexandre Julliard julliard at winehq.org
Fri Apr 19 09:15:52 CDT 2019


Damjan Jovanovic <damjan.jov at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list