ID:343 - Remove AC_FUNC_MALLOC

Fix cross-compile build error regarding to 'rpl_malloc'.
ipmitool actually does not need the GNU's malloc(0) behavior.
So, remove AC_FUNC_MALLOC from AC-script in order to help
cross-compiling ipmitool without need to directly specify
ac_cv_func_malloc_0_nonnull environment variable.
This commit is contained in:
Zdenek Styblik 2014-12-05 13:33:12 +01:00
parent d671052143
commit dd4cab8153

View File

@ -26,7 +26,6 @@ AC_C_CONST
AC_C_INLINE AC_C_INLINE
AC_C_BIGENDIAN AC_C_BIGENDIAN
AC_FUNC_MALLOC
AC_FUNC_SELECT_ARGTYPES AC_FUNC_SELECT_ARGTYPES
AC_FUNC_STRTOD AC_FUNC_STRTOD
AC_CHECK_FUNCS([alarm gethostbyname getaddrinfo getifaddrs socket select]) AC_CHECK_FUNCS([alarm gethostbyname getaddrinfo getifaddrs socket select])