Subject: CVS commit: pkgsrc/pkgtools/digest/files
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 07/20/2003 19:55:02
Module Name:	pkgsrc
Committed By:	seb
Date:		Sun Jul 20 19:55:02 UTC 2003

Modified Files:
	pkgsrc/pkgtools/digest/files: configure configure.ac

Log Message:
Remove AC_FUNC_MALLOC: there is no need to check for a compatible GNU malloc
as there is no call to malloc(0) in this code.
As a side effect, need to explicitly add a check for <stdlib.h>.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/pkgtools/digest/files/configure \
    pkgsrc/pkgtools/digest/files/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.