summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZdenek Styblik <stybla@turnovfree.net>2014-12-05 13:33:12 +0100
committerZdenek Styblik <stybla@turnovfree.net>2014-12-05 13:33:12 +0100
commitdd4cab815320c07a6892373aecfbde60c4a25d3f (patch)
treed9253c94a48a9da360a8c564e796496576f44312 /configure.ac
parentd67105214364298527010efb0f55a7e64d986c2b (diff)
downloadipmitool-dd4cab815320c07a6892373aecfbde60c4a25d3f.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c5ccfb..9df7813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])