# HG changeset patch # User diego # Date 1174249312 0 # Node ID 9d0141651b582b3d15cd7bd4dda787f660e7e8f2 # Parent 0dac05acfdc1dcd5b4ed059b8aa8981c7a05e07f Move setting of TARGET_WIN32 together with other Win32 settings. diff -r 0dac05acfdc1 -r 9d0141651b58 configure --- a/configure Sun Mar 18 20:15:57 2007 +0000 +++ b/configure Sun Mar 18 20:21:52 2007 +0000 @@ -1292,6 +1292,9 @@ _exesuf=".exe" # -lwinmm is always needed for osdep/timer-win2.c _ld_extra="$_ld_extra -lwinmm" + _confwin32='TARGET_WIN32 = yes' +else + _confwin32='TARGET_WIN32 = no' fi if mingw32 ; then @@ -7251,12 +7254,6 @@ CFLAGS="$CFLAGS -D__CYGWIN__" fi -if win32 ; then - _confwin32='TARGET_WIN32 = yes' -else - _confwin32='TARGET_WIN32 = no' -fi - # Dynamic linking flags # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly) _ld_dl_dynamic=''