From f70333a65a2e5575f4825556313ce5a63a6a560c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 22 Aug 2013 14:51:15 -0700 Subject: [PATCH] Remove MALLOC/REALLOC macros from configura.ac as they cause trouble with memory debugging AND compilation. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0606ba9d..bae7fd68 100644 --- a/configure.ac +++ b/configure.ac @@ -85,8 +85,6 @@ AC_SUBST(PTHREAD_LIBS) AC_SUBST(CUNIT_LIBS) # Library functions -AC_FUNC_MALLOC -AC_FUNC_REALLOC AC_CHECK_FUNCS([clock_gettime gettimeofday memmove memset select strdup nanosleep]) AC_CHECK_DECL([png_get_io_ptr],