0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 05:29:00 +02:00

configure.ac: Remove legacy function checks.

This commit is contained in:
Jason Volk 2017-03-10 18:18:12 -08:00
parent 60ce08d0df
commit 065395d274

View file

@ -344,9 +344,6 @@ AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long long)
AC_CHECK_SIZEOF(__int128)
AC_FUNC_MMAP
AC_FUNC_VFORK
AC_FUNC_ALLOCA
AC_CHECK_FUNCS([ \
strlcpy \
strlcat \