Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2005 03:16:46 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive configure.ac.in
Message-ID:  <200511270316.jAR3GkbW038528@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2005-11-27 03:16:46 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       configure.ac.in 
  Log:
  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
  
  Revision  Changes    Path
  1.10      +0 -1      src/lib/libarchive/configure.ac.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511270316.jAR3GkbW038528>