mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-04 11:43:35 +00:00
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:
@ -26,7 +26,6 @@ AC_C_CONST
|
||||
AC_C_INLINE
|
||||
AC_C_BIGENDIAN
|
||||
|
||||
AC_FUNC_MALLOC
|
||||
AC_FUNC_SELECT_ARGTYPES
|
||||
AC_FUNC_STRTOD
|
||||
AC_CHECK_FUNCS([alarm gethostbyname getaddrinfo getifaddrs socket select])
|
||||
|
Reference in New Issue
Block a user