0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Check for sys/inotify.h for linux platforms.

This commit is contained in:
Jason Volk 2019-01-05 17:54:03 -08:00
parent 77295f3a3e
commit f382e2641d

View file

@ -667,6 +667,7 @@ RB_CHK_SYSHEADER(sys/utsname.h, [SYS_UTSNAME_H])
dnl linux platform
RB_CHK_SYSHEADER(malloc.h, [MALLOC_H])
RB_CHK_SYSHEADER(sys/eventfd.h, [SYS_EVENTFD_H])
RB_CHK_SYSHEADER(sys/inotify.h, [SYS_INOTIFY_H])
RB_CHK_SYSHEADER(linux/aio_abi.h, [LINUX_AIO_ABI_H])
RB_CHK_SYSHEADER(linux/magic.h, [LINUX_MAGIC_H])