Avoid AC_FUNC_MALLOC.
authorYann Dirson <ydirson@free.fr>
Sun, 9 Feb 2014 14:06:08 +0000 (15:06 +0100)
committerYann Dirson <ydirson@free.fr>
Sun, 9 Feb 2014 14:06:08 +0000 (15:06 +0100)
commitd15a5f9029ec53f4bc1cd18c3b06c00c267f7264
treed105edf9dae83b13879a38cc2f233e7ae9f34085
parent244b6d6a4583cee8113904e9471ce47d14f1f167
Avoid AC_FUNC_MALLOC.

Its only use would be if we had a chance to call malloc(0), which we do
not.  No need to bother with LIBOBJ for something we don't care about :)
configure.ac