mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
configure.ac: Check for the existence of malloc.h
This commit is contained in:
parent
b198e9bef1
commit
7dd23cd4f0
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@ RB_CHK_SYSHEADER(sys/syscall.h, [SYS_SYSCALL_H])
|
|||
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(linux/aio_abi.h, [LINUX_AIO_ABI_H])
|
||||
|
||||
|
|
Loading…
Reference in a new issue