mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +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
|
dnl
|
||||||
|
|
||||||
AC_CHECK_FUNCS([ \
|
AC_CHECK_FUNCS([ \
|
||||||
strlcpy \
|
gettimeofday \
|
||||||
strlcat \
|
|
||||||
strnlen \
|
|
||||||
snprintf \
|
|
||||||
vsnprintf \
|
|
||||||
posix_fadvise \
|
posix_fadvise \
|
||||||
pwritev2 \
|
|
||||||
preadv2 \
|
preadv2 \
|
||||||
|
pwritev2 \
|
||||||
|
snprintf \
|
||||||
|
strlcat \
|
||||||
|
strlcpy \
|
||||||
|
strnlen \
|
||||||
|
vsnprintf \
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_SEARCH_LIBS(dlinfo, dl, AC_DEFINE(HAVE_DLINFO, 1, [Define if you have dlinfo]))
|
AC_SEARCH_LIBS(dlinfo, dl, AC_DEFINE(HAVE_DLINFO, 1, [Define if you have dlinfo]))
|
||||||
|
|
Loading…
Reference in a new issue