Remove MALLOC/REALLOC macros from configura.ac as they cause trouble with memory debugging AND compilation.

This commit is contained in:
Michael Jumper 2013-08-22 14:51:15 -07:00
parent 1887102505
commit f70333a65a

View File

@ -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],