Portability: Remove AC_CHECK_MALLOC from configure.ac.in.

libarchive doesn't make malloc(0) requests, so the autoconf
checks aren't needed and the autoconf workarounds for
broken malloc(0) just create problems.

Thanks to: Dan Nelson, who reports that this fixes libarchive on AIX 5.2
This commit is contained in:
Tim Kientzle 2005-11-27 03:16:46 +00:00
parent 14379bfbba
commit 55be5837f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152849

View file

@ -72,7 +72,6 @@ AC_HEADER_TIME
# Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_HEADER_MAJOR
AC_FUNC_MALLOC
AC_FUNC_MEMCMP
AC_FUNC_STAT
AC_FUNC_STRERROR_R