]> granicus.if.org Git - yasm/commitdiff
Remove malloc function check; it can need a malloc.c, and thus breaks on
authorPeter Johnson <peter@tortall.net>
Mon, 5 Jul 2004 23:47:48 +0000 (23:47 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 5 Jul 2004 23:47:48 +0000 (23:47 -0000)
newer versions of autoconf/automake.

svn path=/trunk/yasm/; revision=1120

configure.ac

index 9654fb2775353bfa8d333764f144dfabe0c0a452..283949db92a551284d3b770ec9515e59b810dc98 100644 (file)
@@ -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])