[Mplayer-cvslog] CVS: main configure,1.341,1.342

Alex Beregszaszi alex at mplayer.dev.hu
Sat Dec 29 00:44:26 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv23380

Modified Files:
	configure 
Log Message:
fixed syntax error bug reported by Steven M. Schultz. btw, pl, please fix this

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- configure	28 Dec 2001 21:07:39 -0000	1.341
+++ configure	28 Dec 2001 23:44:12 -0000	1.342
@@ -2134,7 +2134,10 @@
 
 
 echocheck "Win32 DLL support"
-if test "$_win32" = auto && ! qnx ; then
+if test "$_win32" = auto && qnx ; then
+  _win32=no
+fi
+if test "$_win32" = auto ; then
   _win32=no
   if x86 ; then
     if test -z "$_win32libdir" ; then




More information about the MPlayer-cvslog mailing list