Commit 47abb900645d1d0521c9d29e0bd03aa3cf8025e3
1 parent
effaf929
Removed malloc check which doesn't pass on ARM linux toolchain
Showing
1 changed file
with
0 additions
and
1 deletions
configure.ac
| @@ -33,7 +33,6 @@ AC_CHECK_DECLS([__CYGWIN__]) | @@ -33,7 +33,6 @@ AC_CHECK_DECLS([__CYGWIN__]) | ||
| 33 | 33 | ||
| 34 | # Checks for library functions. | 34 | # Checks for library functions. |
| 35 | AC_FUNC_FORK | 35 | AC_FUNC_FORK |
| 36 | -AC_FUNC_MALLOC | ||
| 37 | AC_FUNC_SELECT_ARGTYPES | 36 | AC_FUNC_SELECT_ARGTYPES |
| 38 | AC_TYPE_SIGNAL | 37 | AC_TYPE_SIGNAL |
| 39 | AC_CHECK_FUNCS([gettimeofday inet_ntoa memset select socket strerror]) | 38 | AC_CHECK_FUNCS([gettimeofday inet_ntoa memset select socket strerror]) |