mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 02:36:19 +01:00
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)
This commit is contained in:
parent
57d9c0926a
commit
ec82c68f59
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1807,6 +1807,14 @@ _______EOF
|
||||
if test x$g_have_gnuc_varargs = xyes ; then
|
||||
cat >>$outfile <<_______EOF
|
||||
|
||||
/* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
|
||||
* is passed ISO vararg support is turned off, and there is no work
|
||||
* around to turn it on, so we unconditionally turn it off.
|
||||
*/
|
||||
#if __GNUC__ == 2 && __GNUC_MINOR__ == 95
|
||||
# undef G_HAVE_ISO_VARARGS
|
||||
#endif
|
||||
|
||||
#define G_HAVE_GNUC_VARARGS 1
|
||||
_______EOF
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user