From db39450734b04fcc6664ed419e3a0f3649ce4347 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 6 Mar 2014 21:37:47 +0000 Subject: [PATCH] Revert "Do not perform AC_FUNC_MALLOC on OSX" This reverts commit e7b6d068a0ba1d0e8ee0ab40bad8496c7af7f300. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ed232524..935af821 100644 --- a/configure.ac +++ b/configure.ac @@ -211,7 +211,7 @@ AC_SUBST(AM_CFLAGS) AC_SUBST(AM_CPPFLAGS) ### Checks for library functions. -AS_IF([test "x$PLATFORM" != xosx], [AC_FUNC_MALLOC]) +AC_FUNC_MALLOC AC_CHECK_FUNCS([atexit memset strdup strstr]) AC_CONFIG_FILES([Makefile])