From 0e87b16e17c87c9940f85a5b029a3a6d0b77aba1 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 18 Mar 2007 20:21:52 +0000 Subject: Move setting of TARGET_WIN32 together with other Win32 settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22725 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8eeb3ac643..bae0817513 100755 --- a/configure +++ b/configure @@ -1292,6 +1292,9 @@ if win32 ; then _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 @@ if cygwin ; then 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='' -- cgit v1.2.3