]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
configure.ac: Don't require special versions of malloc/realloc.
authorSimon Ruderich <simon@ruderich.org>
Mon, 3 Jun 2013 20:35:51 +0000 (22:35 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 3 Jun 2013 20:35:51 +0000 (22:35 +0200)
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])])