From: Simon Ruderich Date: Mon, 3 Jun 2013 20:35:51 +0000 (+0200) Subject: configure.ac: Don't require special versions of malloc/realloc. X-Git-Tag: 0.1~116 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=b22a078b8de5bfb84866d4f1e165b604279fe9f9 configure.ac: Don't require special versions of malloc/realloc. --- 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])])