Check for some features

This commit is contained in:
Alex Kotov 2020-12-12 22:51:15 +05:00
parent dde611ef3b
commit 27cf381ac9
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_RANLIB
AC_TYPE_SIZE_T
AC_FUNC_MMAP
AC_CHECK_FUNCS([ftruncate])
AC_CHECK_FUNCS([munmap])
AC_SEARCH_LIBS([shm_open], [rt])
AC_SEARCH_LIBS([shm_unlink], [rt])