[MPlayer-cvslog] CVS: main configure,1.1077,1.1078

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed Oct 12 01:44:10 CEST 2005


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Put networking lib linker flag checks in the order they were before the
configure cleanup.  Fixes build on Solaris.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1077
retrieving revision 1.1078
diff -u -r1.1077 -r1.1078
--- configure	11 Oct 2005 22:50:23 -0000	1.1077
+++ configure	11 Oct 2005 23:44:08 -0000	1.1078
@@ -2484,7 +2484,7 @@
 #include <netdb.h>
 int main(void) { (void) gethostbyname(0); return 0; }
 EOF
-for _ld_tmp in "-lsocket" "-lnsl" "-lsocket -lnsl" "-lsocket -ldnet" "-lsocket -lbind" ; do
+for _ld_tmp in "-lsocket -lbind" "-lsocket -ldnet" "-lsocket -lnsl" "-lnsl" "-lsocket" ; do
   cc_check $_ld_tmp && _ld_sock="$_ld_tmp" && break
 done
 if test $_winsock2 = auto && not cygwin ; then




More information about the MPlayer-cvslog mailing list