mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Changed GCC version test to also accept major versions > 2. Thanks to Ben
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Changed GCC version test to also accept major versions > 2. Thanks to Ben Gertzfield <che@debian.org> for pointing this out.
This commit is contained in:
parent
cf24ff7121
commit
e6c2a1cec1
@ -1,3 +1,9 @@
|
||||
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Changed GCC version test to also accept major
|
||||
versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
|
||||
pointing this out.
|
||||
|
||||
Thu Feb 17 12:53:44 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gstring.c: changed g_str_hash() to a 31 bit version based on
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Changed GCC version test to also accept major
|
||||
versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
|
||||
pointing this out.
|
||||
|
||||
Thu Feb 17 12:53:44 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gstring.c: changed g_str_hash() to a 31 bit version based on
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Changed GCC version test to also accept major
|
||||
versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
|
||||
pointing this out.
|
||||
|
||||
Thu Feb 17 12:53:44 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gstring.c: changed g_str_hash() to a 31 bit version based on
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Changed GCC version test to also accept major
|
||||
versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
|
||||
pointing this out.
|
||||
|
||||
Thu Feb 17 12:53:44 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gstring.c: changed g_str_hash() to a 31 bit version based on
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Changed GCC version test to also accept major
|
||||
versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
|
||||
pointing this out.
|
||||
|
||||
Thu Feb 17 12:53:44 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gstring.c: changed g_str_hash() to a 31 bit version based on
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Changed GCC version test to also accept major
|
||||
versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
|
||||
pointing this out.
|
||||
|
||||
Thu Feb 17 12:53:44 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gstring.c: changed g_str_hash() to a 31 bit version based on
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Changed GCC version test to also accept major
|
||||
versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
|
||||
pointing this out.
|
||||
|
||||
Thu Feb 17 12:53:44 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gstring.c: changed g_str_hash() to a 31 bit version based on
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-02-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Changed GCC version test to also accept major
|
||||
versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
|
||||
pointing this out.
|
||||
|
||||
Thu Feb 17 12:53:44 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gstring.c: changed g_str_hash() to a 31 bit version based on
|
||||
|
@ -1350,7 +1350,7 @@ $ac_cv_sizeof_long_long)
|
||||
guint64_format='"'$glib_cv_long_long_format'u"'
|
||||
glib_extension='G_GNUC_EXTENSION '
|
||||
glib_warning_guard="
|
||||
#if defined (__GNUC__) && __GNUC__ >= 2 && __GNUC_MINOR__ >= 8
|
||||
#if defined (__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
|
||||
# define G_GNUC_EXTENSION __extension__
|
||||
#else
|
||||
# define G_GNUC_EXTENSION
|
||||
|
Loading…
Reference in New Issue
Block a user