mirror of https://github.com/xzeldon/htop.git
configure: do not check functions we are using unconditionally
This commit is contained in:
parent
2ff2859c23
commit
a41e5c0a80
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in New Issue