Commit 87df40f0 authored by Geoff Simmons's avatar Geoff Simmons

Add an autoconf check for realloc(3).

parent c508bd64
Pipeline #372 skipped
......@@ -64,6 +64,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