Skip to content
Snippets Groups Projects
Commit 29895bf3 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed configure.ac

refs #983
parent ed771df1
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ AC_TYPE_UINT8_T
# Checks for library functions.
AC_FUNC_FORK
AC_FUNC_MMAP
AC_CHECK_FUNCS([gethostbyname gettimeofday memmove memset munmap regcomp select socket sqrt strcasecmp strchr strdup strerror strncasecmp strtol strtoul])
AC_CHECK_FUNCS([gethostbyname gettimeofday memmove memset munmap regcomp select socket sqrt strcasecmp strchr strdup strerror strncasecmp strtol strtoul poll epoll_wait kqueue])
AC_CONFIG_FILES([Makefile
libknot/Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment