[Mplayer-cvslog] CVS: main configure,1.865,1.866

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon May 31 17:07:23 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv23707

Modified Files:
	configure 
Log Message:
Fix X11 libs detection on Cygwin.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.865
retrieving revision 1.866
diff -u -r1.865 -r1.866
--- configure	25 May 2004 18:51:53 -0000	1.865
+++ configure	31 May 2004 15:07:20 -0000	1.866
@@ -2994,7 +2994,7 @@
 echocheck "X11 libs presence"
 if test -z "$_ld_x11" ; then
   for I in /usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 ; do
-    if test -d "$I" && ( test -f "$I/libX11.so" || test -f "$I/libX11.a" ) ; then
+    if test -d "$I" && ( test -f "$I/libX11.so" || test -f "$I/libX11.a" || test -f "$I/libX11.dll.a" ) ; then
       _ld_x11="-L$I"
       echores "yes (using $I)"
       break;




More information about the MPlayer-cvslog mailing list