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/auxv.h.

This commit is contained in:
Jason Volk 2019-01-17 11:21:57 -08:00
parent 82690a3e0c
commit 790c05b3fd

View file

@ -666,6 +666,7 @@ RB_CHK_SYSHEADER(sys/utsname.h, [SYS_UTSNAME_H])
dnl linux platform
RB_CHK_SYSHEADER(malloc.h, [MALLOC_H])
RB_CHK_SYSHEADER(sys/auxv.h, [SYS_AUXV_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])