From: Michael Jeanson Date: Mon, 27 Jun 2016 18:54:20 +0000 (-0400) Subject: Fix: remove AC_FUNC_MALLOC from configure.ac X-Git-Tag: v0.8.10~5 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=6303a62a6f1d8879b64986328a6c4d051c919b77;hp=6303a62a6f1d8879b64986328a6c4d051c919b77;p=userspace-rcu.git Fix: remove AC_FUNC_MALLOC from configure.ac AC_FUNC_MALLOC fails cross-compile builds and is only used to detect non-standard glibc behavior where malloc(0) does not return a null pointer. We don't depend on that behavior since we would have to ship a compat implementation of malloc() for this macro to be of any use. Keep it commented because autoscan will report it as missing and it might get re-introduced. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---