summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-17 23:26:46 +1100
committerDamien Miller <djm@mindrot.org>2000-03-17 23:26:46 +1100
commitd6121d2972c1a6924f6d186ea04eefe9dab774ef (patch)
tree8a19254a937ac42619ac9900986d795c47458fa6 /ChangeLog
parent29ea30d95627517e45e886820e3ef32168bd8dd7 (diff)
- Checks for 64 bit int types. Problem report from Mats Fredholm
<matsf@init.se>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13dbdd01d..be06e493e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
3 - Added -blibpath handling for AIX to work around stupid runtime linking. 3 - Added -blibpath handling for AIX to work around stupid runtime linking.
4 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble 4 Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
5 <jmknoble@pobox.com> 5 <jmknoble@pobox.com>
6 - Checks for 64 bit int types. Problem report from Mats Fredholm
7 <matsf@init.se>
6 8
720000316 920000316
8 - Fixed configure not passing LDFLAGS to Solaris. Report from David G. 10 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.