Commit 89686396 authored by Geoff Simmons's avatar Geoff Simmons

Add an autoconf check for realloc(3).

parent 2a3a3fcc
......@@ -44,6 +44,7 @@ AC_CHECK_FUNCS([strdup])
AC_C_INLINE
AC_C_RESTRICT
AC_TYPE_SIZE_T
AC_FUNC_REALLOC
# Checks for C++ sources
AC_FUNC_ERROR_AT_LINE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment