mirror of https://github.com/xzeldon/htop.git
removes some basic checks that succeed on most systems anyway and which cause problems for the uClibc folks. Closes #3204565.
This commit is contained in:
parent
5a8307a10b
commit
f1f77653e0
|
@ -35,8 +35,6 @@ AC_TYPE_UID_T
|
|||
|
||||
# Checks for library functions.
|
||||
AC_FUNC_CLOSEDIR_VOID
|
||||
AC_FUNC_MALLOC
|
||||
AC_FUNC_REALLOC
|
||||
AC_TYPE_SIGNAL
|
||||
AC_FUNC_STAT
|
||||
AC_CHECK_FUNCS([memmove strncasecmp strstr strdup])
|
||||
|
|
Loading…
Reference in New Issue