summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-26 12:15:54 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-26 12:15:54 +0000
commit940bcdc4a5ad2014a9e962bceb3531a6bfda244e (patch)
tree3c9acd5c666db169d0b22d6c3e99a92e1057ac1b /configure
parentd1d9313755f0300713bb2fa5ce721a3f24e60a12 (diff)
downloadmpv-940bcdc4a5ad2014a9e962bceb3531a6bfda244e.tar.bz2
mpv-940bcdc4a5ad2014a9e962bceb3531a6bfda244e.tar.xz
fix compilation on cygwin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12070 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 7fd81f797c..fb3777599d 100755
--- a/configure
+++ b/configure
@@ -5728,6 +5728,12 @@ else
_confmingw32='TARGET_MINGW32 = no'
fi
+if mingw32 || cygwin ; 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=''
@@ -5961,6 +5967,7 @@ MPFLAC = $_mpflac
# --- Some stuff for autoconfigure ----
$_target_arch
+$_confwin32
$_confcygwin
$_confmingw32
TARGET_CPU=$iproc