From 1dbfef7b1c7d104f2ca6c40060aa3cc18d2dc61a Mon Sep 17 00:00:00 2001 From: Alastair Hughes Date: Wed, 31 Aug 2016 13:13:37 +1200 Subject: Remove AC_FUNC_MALLOC check. We weren't supplying the rpl_malloc function needed if this failed, and didn't check for realloc, so just remove. Signed-off-by: Alastair Hughes Signed-off-by: Allan McRae --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index d4a1c9f8..c9515f2c 100644 --- a/configure.ac +++ b/configure.ac @@ -308,7 +308,6 @@ PATH_MAX_DEFINED AC_FUNC_FORK AC_FUNC_GETMNTENT AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK -AC_FUNC_MALLOC AC_FUNC_MKTIME AC_FUNC_STRCOLL AC_CHECK_FUNCS([dup2 getcwd getmntinfo gettimeofday memmove memset \ -- cgit v1.2.3-24-g4f1b