[MPlayer-cvslog] r34579 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Jan 19 15:36:12 CET 2012
Author: diego
Date: Thu Jan 19 15:36:11 2012
New Revision: 34579
Log:
configure: Only test for Win32 threads on Windows.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jan 16 10:15:40 2012 (r34578)
+++ trunk/configure Thu Jan 19 15:36:11 2012 (r34579)
@@ -3608,6 +3608,8 @@ if cygwin ; then
fi
fi
+
+if win32; then
echocheck "w32threads"
if test "$_pthreads" = yes ; then
res_comment="using pthread instead"
@@ -3619,6 +3621,8 @@ if test "$_w32threads" = auto ; then
fi
test "$_w32threads" = yes && def_threads='#define HAVE_THREADS 1' && def_w32threads='#define HAVE_W32THREADS 1'
echores "$_w32threads"
+fi #if win32; then
+
if os2 ; then
echocheck "os2threads"
More information about the MPlayer-cvslog
mailing list