mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Instead of forcing -fnative-struct into CFLAGS when using gcc for Win32,
2002-09-29 Tor Lillqvist <tml@iki.fi> * configure.in: Instead of forcing -fnative-struct into CFLAGS when using gcc for Win32, check for gcc version 3.x which uses -mms-bitfields instead. Also check if either of these switches is actually available at all, and warn if not. Thanks to Soren Andersen for the inspiration.
This commit is contained in:
committed by
Tor Lillqvist
parent
a6d23a4a54
commit
dd373b4831
@@ -1,5 +1,11 @@
|
||||
2002-09-29 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Instead of forcing -fnative-struct into CFLAGS
|
||||
when using gcc for Win32, check for gcc version 3.x which uses
|
||||
-mms-bitfields instead. Also check if either of these switches is
|
||||
actually available at all, and warn if not. Thanks to Soren
|
||||
Andersen for the inspiration.
|
||||
|
||||
* HACKING: Say we require autoconf 2.52 as that is what
|
||||
configure.in does.
|
||||
|
||||
|
Reference in New Issue
Block a user