mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 15:04:10 +01:00
configure: Check for sys/inotify.h for linux platforms.
This commit is contained in:
parent
77295f3a3e
commit
f382e2641d
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue