configure: do not check functions we are using unconditionally

This commit is contained in:
Christian Göttsche 2020-11-22 16:29:18 +01:00 committed by BenBE
parent 2ff2859c23
commit a41e5c0a80
1 changed files with 6 additions and 1 deletions

View File

@ -92,7 +92,12 @@ AC_TYPE_UINT64_T
# ----------------------------------------------------------------------
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_STAT
AC_CHECK_FUNCS([faccessat fstatat memmove openat readlinkat strdup strncasecmp strstr])
AC_CHECK_FUNCS([\
faccessat\
fstatat\
openat\
readlinkat\
])
AC_SEARCH_LIBS([dlopen], [dl dld])