From bccaba44654b05e443e410f2abccc228fd906e92 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 11 Nov 2008 20:37:30 +0000 Subject: [PATCH] Kill AC_FUNC_MALLOC, as it's only needed when the code is calling malloc with an argument of zero. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 67058c5..ab43502 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,6 @@ AC_HEADER_TIME # Checks for library functions. AC_PROG_GCC_TRADITIONAL -AC_FUNC_MALLOC AC_FUNC_MMAP AC_FUNC_SELECT_ARGTYPES AC_TYPE_SIGNAL -- 2.11.0