summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 20:21:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 20:21:52 +0000
commit0e87b16e17c87c9940f85a5b029a3a6d0b77aba1 (patch)
tree6f996a4a4de33dcd548a3d63790c8e18cb5793b8 /configure
parent0caf01cab131c735ba56b0279d3f76e0663296b7 (diff)
downloadmpv-0e87b16e17c87c9940f85a5b029a3a6d0b77aba1.tar.bz2
mpv-0e87b16e17c87c9940f85a5b029a3a6d0b77aba1.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 3 insertions, 6 deletions
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=''