From 7ef7399875d6435ea6dc5a37d364ecbf27925fcd Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 5 Jul 2004 23:47:48 +0000 Subject: [PATCH] Remove malloc function check; it can need a malloc.c, and thus breaks on newer versions of autoconf/automake. svn path=/trunk/yasm/; revision=1120 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9654fb27..283949db 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,6 @@ AC_TYPE_SIZE_T # Checks for library functions. # AC_FUNC_FORK -AC_FUNC_MALLOC AC_FUNC_VPRINTF AC_CHECK_FUNCS([abort memcpy memmove strrchr toascii vsnprintf]) AC_CHECK_FUNCS([strsep mergesort]) -- 2.40.0