mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
configure: Add function checks for mlock2(2); remove standard cruft.
This commit is contained in:
parent
312493fa8e
commit
728da15ad3
1 changed files with 1 additions and 6 deletions
|
@ -995,17 +995,12 @@ dnl
|
|||
|
||||
AC_CHECK_FUNCS([ \
|
||||
backtrace \
|
||||
gettimeofday \
|
||||
mlock2 \
|
||||
posix_fadvise \
|
||||
preadv2 \
|
||||
pwritev2 \
|
||||
snprintf \
|
||||
strlcat \
|
||||
strlcpy \
|
||||
strnlen \
|
||||
strncpy \
|
||||
strcpy \
|
||||
vsnprintf \
|
||||
])
|
||||
|
||||
AC_SEARCH_LIBS(dlinfo, dl, AC_DEFINE(HAVE_DLINFO, 1, [Define if you have dlinfo]))
|
||||
|
|
Loading…
Reference in a new issue