build: remove AC_FUNC_MALLOC
authorJan Engelhardt <jengelh@inai.de>
Wed, 23 Sep 2015 14:25:37 +0000 (16:25 +0200)
committerJan Engelhardt <jengelh@inai.de>
Wed, 23 Sep 2015 14:25:37 +0000 (16:25 +0200)
commite71fadd4dcf49adcc71c01b055c807cb4ac473f9
tree574267d5b04a51ba7dd32d360636c8fbecdb23e5
parent7bcff8dabaa44047184faf6f558820dd3a8f92cd
build: remove AC_FUNC_MALLOC

What is the rationale to have AC_FUNC_MALLOC? It does not actually
abort the configure run if an "unsuitable" malloc was found, and
instead just replaces malloc by rpl_malloc, for which systemd however
has no definition, either.

Remove the call.
configure.ac