Kaydet (Commit) 691f87b2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Surely no need to check for malloc, realloc, calloc and free

Change-Id: Ie2176e830d6c759657936b48c8ac6860aacf3d9d
üst b2a13845
......@@ -6612,7 +6612,6 @@ AC_MSG_CHECKING([which memory allocator to use])
if test "$with_alloc" = "system"; then
AC_MSG_RESULT([system])
ALLOC="SYS_ALLOC"
AC_CHECK_FUNCS([malloc realloc calloc free])
fi
if test "$with_alloc" = "tcmalloc"; then
AC_MSG_RESULT(tcmalloc)
......@@ -6635,7 +6634,6 @@ if test "$with_alloc" = "jemalloc"; then
else
AC_MSG_RESULT([system])
ALLOC="SYS_ALLOC"
AC_CHECK_FUNCS([malloc realloc calloc free])
fi
fi
if test "$with_alloc" = "internal" -o -z "$with_alloc"; then
......
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