]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - configure.ac
configure.ac: Don't require special versions of malloc/realloc.
[coloredstderr/coloredstderr.git] / configure.ac
index c59f94205a5a489aa617b2c579b71c371e1b4bfd..a5279d06ef0dd6d1648bdd71c0beab43b7308b56 100644 (file)
@@ -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])])