From: Peter Johnson Date: Mon, 5 Jul 2004 23:47:48 +0000 (-0000) Subject: Remove malloc function check; it can need a malloc.c, and thus breaks on X-Git-Tag: v0.4.0~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ef7399875d6435ea6dc5a37d364ecbf27925fcd;p=yasm 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 --- 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])