From eff53156ed537c7b37b668380cd69325eaab538c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Apr 2005 12:10:33 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14983 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cf/ChangeLog b/cf/ChangeLog index 5a55aba88..aaf0a5e7f 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,5 +1,8 @@ 2005-04-27 Love Hörnquist Åstrand + * broken-realloc.m4: use rk_realloc if realloc is broken, this + makes "host-tools" not beeing able to use realloc + * pthreads.m4: Add support for Solaris, Irix, and modern Linux. From David Love