Browse Source

Removed malloc check which doesn't pass on ARM linux toolchain

Stéphane Raimbault 15 years ago
parent
commit
47abb90064
1 changed files with 0 additions and 1 deletions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -33,7 +33,6 @@ AC_CHECK_DECLS([__CYGWIN__])
 
 
 # Checks for library functions.
 # Checks for library functions.
 AC_FUNC_FORK
 AC_FUNC_FORK
-AC_FUNC_MALLOC
 AC_FUNC_SELECT_ARGTYPES
 AC_FUNC_SELECT_ARGTYPES
 AC_TYPE_SIGNAL
 AC_TYPE_SIGNAL
 AC_CHECK_FUNCS([gettimeofday inet_ntoa memset select socket strerror])
 AC_CHECK_FUNCS([gettimeofday inet_ntoa memset select socket strerror])