From b22a078b8de5bfb84866d4f1e165b604279fe9f9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 3 Jun 2013 22:35:51 +0200 Subject: [PATCH] configure.ac: Don't require special versions of malloc/realloc. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index c59f942..a5279d0 100644 --- a/configure.ac +++ b/configure.ac @@ -41,8 +41,6 @@ AC_TYPE_SSIZE_T AC_C_INLINE AC_FUNC_FORK -AC_FUNC_MALLOC -AC_FUNC_REALLOC AC_CHECK_FUNCS([dup2 memmove setenv strdup]) AC_SEARCH_LIBS([dlsym], [dl], [], [AC_MSG_ERROR([dlsym() is required])]) -- 2.43.2