[MPlayer-cvslog] r35820 - trunk/configure

diego subversion at mplayerhq.hu
Tue Jan 22 00:35:38 CET 2013


Author: diego
Date: Tue Jan 22 00:35:37 2013
New Revision: 35820

Log:
configure: cosmetics: Move os2threads check to a more suitable place.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Jan 22 00:35:35 2013	(r35819)
+++ trunk/configure	Tue Jan 22 00:35:37 2013	(r35820)
@@ -3790,6 +3790,21 @@ fi
 echores "$_direct_h"
 
 
+if os2 ; then
+echocheck "os2threads"
+if test "$_pthreads" = yes ; then
+  res_comment="using pthread instead"
+  _os2threads=no
+fi
+if test "$_os2threads" = auto ; then
+  _os2threads=no
+  os2 && _os2threads=yes
+fi
+test "$_os2threads" = yes && def_threads='#define HAVE_THREADS 1' && def_os2threads='#define HAVE_OS2THREADS 1'
+echores "$_os2threads"
+fi #if os2
+
+
 echocheck "windows.h"
 windows_h=no
 def_windows_h='#define HAVE_WINDOWS_H 0'
@@ -3808,20 +3823,6 @@ fi
 echores "$_io_h"
 
 
-if os2 ; then
-echocheck "os2threads"
-if test "$_pthreads" = yes ; then
-  res_comment="using pthread instead"
-  _os2threads=no
-fi
-if test "$_os2threads" = auto ; then
-  _os2threads=no
-  os2 && _os2threads=yes
-fi
-test "$_os2threads" = yes && def_threads='#define HAVE_THREADS 1' && def_os2threads='#define HAVE_OS2THREADS 1'
-echores "$_os2threads"
-fi #if os2
-
 echocheck "rpath"
 if test "$_rpath" = yes ; then
   for I in $(echo $extra_ldflags | sed 's/-L//g') ; do


More information about the MPlayer-cvslog mailing list