From dd45a599ad9fd7765c9664877f21e018fa56c8a0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 16 Mar 2015 16:59:26 +0100 Subject: removed check for glibc-compatible malloc and realloc the MSVCRT versions are not glibc-compatible and we do not actually need glibc compatible versions, as all allocations are done through the libglib wrappers. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index c0402a9..85ab660 100644 --- a/configure.ac +++ b/configure.ac @@ -103,8 +103,6 @@ AC_TYPE_SIZE_T # Checks for library functions. # They must exist on every target system. -AC_FUNC_MALLOC -AC_FUNC_REALLOC AC_CHECK_FUNCS([memset setlocale strchr strrchr fstat], , [ AC_MSG_ERROR([Missing libc function]) ]) -- cgit v1.2.3