0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 17:38:22 +02:00

configure: Cleanup autoconf function checks.

This commit is contained in:
Jason Volk 2019-08-08 15:51:35 -07:00
parent cc9054303d
commit 6181a4828d

View file

@ -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]))