configure.ac: Don't require special versions of malloc/realloc.

This commit is contained in:
Simon Ruderich
2013-06-03 22:35:51 +02:00
parent dbafded223
commit b22a078b8d

View 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])])