diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-18 17:48:44 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-18 17:48:44 +0000 |
commit | ec82c68f5924a0dc95703c861af602af3e163d3d (patch) | |
tree | 9a06e08108eef8ea207e15bfa1bb9b73f099d0ae /ChangeLog.pre-2-0 | |
parent | 57d9c0926aeb8131811f7b37bf529915d5bea01c (diff) |
Turn off ISO varargs support for gcc-2.95 since it causes problems with
Mon Feb 18 12:40:36 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Turn off ISO varargs support for gcc-2.95
since it causes problems with ANSI and we we have GNUC
varargs. (#70024, reported by Morten Welinder, fix from
James Henstridge)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 617cbd0e1..ee84b9afe 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +Mon Feb 18 12:40:36 2002 Owen Taylor <otaylor@redhat.com> + + * configure.in: Turn off ISO varargs support for gcc-2.95 + since it causes problems with ANSI and we we have GNUC + varargs. (#70024, reported by Morten Welinder, fix from + James Henstridge) + Sun Feb 17 11:37:06 2002 Owen Taylor <otaylor@redhat.com> * 1.3.14 |