[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Fri Feb 21 11:54:49 PST 2014
configure.ac | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 691f87b2f1197fedfafa24aa7ae95f268243653e
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Feb 21 17:42:45 2014 +0200
Surely no need to check for malloc, realloc, calloc and free
Change-Id: Ie2176e830d6c759657936b48c8ac6860aacf3d9d
diff --git a/configure.ac b/configure.ac
index c858df5..092d4e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the Libreoffice-commits
mailing list