Move the Win32 check closer to the start, after the BeOS checks. Preset
authorTor Lillqvist <tml@iki.fi>
Wed, 26 Sep 2001 06:20:31 +0000 (06:20 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 26 Sep 2001 06:20:31 +0000 (06:20 +0000)
commit44d87afb02f6451a422c3bc44b0f5350fde3ce4a
tree6b040dd9a33533b29cb700f9ee12b2a9382a2ce6
parent10540153e0f3dacd21d74a9ead55c5ecd62f973b
Move the Win32 check closer to the start, after the BeOS checks. Preset

2001-09-26  Tor Lillqvist  <tml@iki.fi>

* configure.in: (Win32:) Move the Win32 check closer to the start,
after the BeOS checks. Preset some autoconf variables so that
configure won't find those few headers and functions that gcc
(mingw) pretends to implement (even if the actual C library
doesn't), but MSVC doesn't. This because I want the same config.h
and glibconfig.h to be usable both from gcc and MSVC (as they use
the same C library). Some other minor hackery for this purpose.

* glibconfig.h.win32.in
* config.h.win32.in: Use versions generated by configure (and
hand-edited slightly).
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.win32.in
configure.in
glibconfig.h.win32.in