summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordscho <dscho>2005-05-23 14:23:44 +0000
committerdscho <dscho>2005-05-23 14:23:44 +0000
commita49fb5104434116349dccde432ec27d9f379c53a (patch)
treefc225809d67dcf466e358f3957d10c5c07e7c0db /ChangeLog
parentc309365fca0fa6dd76a1f20aec6cee6115d02b9b (diff)
downloadlibtdevnc-a49fb5104434116349dccde432ec27d9f379c53a.tar.gz
libtdevnc-a49fb5104434116349dccde432ec27d9f379c53a.zip
simplify configure (do not check for malloc(0) bug)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c42451..7bc75cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2005-05-23 Karl Runge <runge@karlrunge.com>
+ * configure.ac: malloc(0) is never used, so we don't need the check
+
2005-05-15 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
* acinclude.m4: fix compilation for systems without socklen_t