Parcourir la source

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

Stéphane Raimbault il y a 16 ans
Parent
commit
47abb90064
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

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