mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
build-sys: be conservative about posix_fadvice
Check that function availability before use. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
14d7183c3d
commit
7eb2e42625
2 changed files with 7 additions and 4 deletions
|
|
@ -74,6 +74,7 @@ AC_CHECK_FUNCS([\
|
|||
inet_ntoa \
|
||||
memset \
|
||||
nl_langinfo \
|
||||
posix_fadvise \
|
||||
strdup \
|
||||
strerror \
|
||||
strrchr \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue