[Mplayer-cvslog] CVS: main configure,1.837,1.838
Sascha Sommer CVS
syncmail at mplayerhq.hu
Fri Mar 26 13:11:32 CET 2004
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv4740
Modified Files:
configure
Log Message:
fix compilation on cygwin
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.837
retrieving revision 1.838
diff -u -r1.837 -r1.838
--- configure 13 Mar 2004 16:25:08 -0000 1.837
+++ configure 26 Mar 2004 12:11:30 -0000 1.838
@@ -5728,6 +5728,12 @@
_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 @@
# --- Some stuff for autoconfigure ----
$_target_arch
+$_confwin32
$_confcygwin
$_confmingw32
TARGET_CPU=$iproc
More information about the MPlayer-cvslog
mailing list