From edac38784d88011fdd43703eb92f0b65a531de1e Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 9 Aug 2014 21:04:36 +0100 Subject: [PATCH] Removed AC_FUNC_MALLOC --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3879067b..406278a0 100644 --- a/configure.ac +++ b/configure.ac @@ -225,7 +225,6 @@ AC_SUBST(AM_CFLAGS) AC_SUBST(AM_CPPFLAGS) ### Checks for library functions. -AS_IF([test "x$PLATFORM" != xosx], [AC_FUNC_MALLOC]) AC_CHECK_FUNCS([atexit memset strdup strstr]) AC_CONFIG_FILES([Makefile])