Commit f1f77653 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

removes some basic checks that succeed on most systems anyway and which cause...

removes some basic checks that succeed on most systems anyway and which cause problems for the uClibc folks. Closes #3204565.
parent 5a8307a1
...@@ -35,8 +35,6 @@ AC_TYPE_UID_T ...@@ -35,8 +35,6 @@ AC_TYPE_UID_T
# Checks for library functions. # Checks for library functions.
AC_FUNC_CLOSEDIR_VOID AC_FUNC_CLOSEDIR_VOID
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_TYPE_SIGNAL AC_TYPE_SIGNAL
AC_FUNC_STAT AC_FUNC_STAT
AC_CHECK_FUNCS([memmove strncasecmp strstr strdup]) AC_CHECK_FUNCS([memmove strncasecmp strstr strdup])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment