mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
configure: Cleanup autoconf function checks.
This commit is contained in:
parent
cc9054303d
commit
6181a4828d
1 changed files with 7 additions and 6 deletions
13
configure.ac
13
configure.ac
|
@ -892,14 +892,15 @@ dnl Specific function checks
|
|||
dnl
|
||||
|
||||
AC_CHECK_FUNCS([ \
|
||||
strlcpy \
|
||||
strlcat \
|
||||
strnlen \
|
||||
snprintf \
|
||||
vsnprintf \
|
||||
gettimeofday \
|
||||
posix_fadvise \
|
||||
pwritev2 \
|
||||
preadv2 \
|
||||
pwritev2 \
|
||||
snprintf \
|
||||
strlcat \
|
||||
strlcpy \
|
||||
strnlen \
|
||||
vsnprintf \
|
||||
])
|
||||
|
||||
AC_SEARCH_LIBS(dlinfo, dl, AC_DEFINE(HAVE_DLINFO, 1, [Define if you have dlinfo]))
|
||||
|
|
Loading…
Add table
Reference in a new issue