Subject: CVS commit: othersrc/bootstrap-pkgsrc/digest
To: None <source-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: source-changes
Date: 07/24/2003 09:23:26
Module Name:	othersrc
Committed By:	seb
Date:		Thu Jul 24 09:23:26 UTC 2003

Modified Files:
	othersrc/bootstrap-pkgsrc/digest: 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.3 -r1.4 othersrc/bootstrap-pkgsrc/digest/configure \
    othersrc/bootstrap-pkgsrc/digest/configure.ac

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