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)
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

index b312ce8..0b64086 100644 (file)
@@ -91,7 +91,6 @@ AC_CHECK_SIZEOF(long)
 AC_MSG_NOTICE([library functions])
 
 AC_PROG_GCC_TRADITIONAL
-AC_FUNC_MALLOC
 AC_TYPE_SIGNAL
 AC_CHECK_FUNCS([gettimeofday memset pow])
 AC_CHECK_FUNCS([strchr strerror strrchr strstr strtol])